@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_tracking.class) public class TrackerFeatureFeature2d extends TrackerFeature
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TrackerFeatureFeature2d(BytePointer detectorType,
BytePointer descriptorType)
\brief Constructor
|
TrackerFeatureFeature2d(Pointer p)
Pointer cast constructor.
|
TrackerFeatureFeature2d(String detectorType,
String descriptorType) |
Modifier and Type | Method and Description |
---|---|
void |
selection(Mat response,
int npoints)
\brief Identify most effective features
|
compute, create, create, getClassName
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public TrackerFeatureFeature2d(Pointer p)
Pointer.Pointer(Pointer)
.public TrackerFeatureFeature2d(@opencv_core.Str BytePointer detectorType, @opencv_core.Str BytePointer descriptorType)
detectorType
- string of FeatureDetectordescriptorType
- string of DescriptorExtractorpublic TrackerFeatureFeature2d(@opencv_core.Str String detectorType, @opencv_core.Str String descriptorType)
public void selection(@ByRef Mat response, int npoints)
TrackerFeature
selection
in class TrackerFeature
response
- Collection of response for the specific TrackerFeaturenpoints
- Max number of features
\note This method modifies the response parameter
Copyright © 2020. All rights reserved.