@Namespace(value="cv")
public static class opencv_tracking.TrackerFeature
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
TrackerFeature(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.MatVector images,
opencv_core.Mat response)
\brief Compute the features in the images collection
|
static opencv_tracking.TrackerFeature |
create(org.bytedeco.javacpp.BytePointer trackerFeatureType)
\brief Create TrackerFeature by tracker feature type
|
static opencv_tracking.TrackerFeature |
create(String trackerFeatureType) |
org.bytedeco.javacpp.BytePointer |
getClassName()
\brief Get the name of the specific TrackerFeature
|
void |
selection(opencv_core.Mat response,
int npoints)
\brief Identify most effective features
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TrackerFeature(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void compute(@Const @ByRef
opencv_core.MatVector images,
@ByRef
opencv_core.Mat response)
images - The imagesresponse - The output response@opencv_core.Ptr @ByVal public static opencv_tracking.TrackerFeature create(@opencv_core.Str org.bytedeco.javacpp.BytePointer trackerFeatureType)
trackerFeatureType - The TrackerFeature name
The modes available now:
- "HAAR" -- Haar Feature-based
The modes that will be available soon:
- "HOG" -- Histogram of Oriented Gradients features - "LBP" -- Local Binary Pattern features - "FEATURE2D" -- All types of Feature2D
@opencv_core.Ptr @ByVal public static opencv_tracking.TrackerFeature create(@opencv_core.Str String trackerFeatureType)
public void selection(@ByRef
opencv_core.Mat response,
int npoints)
response - Collection of response for the specific TrackerFeaturenpoints - Max number of features
\note This method modifies the response parameter
@opencv_core.Str public org.bytedeco.javacpp.BytePointer getClassName()
Copyright © 2018. All rights reserved.