@Namespace(value="cv") public static class opencv_tracking.TrackerFeatureLBP extends opencv_tracking.TrackerFeature
| Constructor and Description |
|---|
TrackerFeatureLBP() |
TrackerFeatureLBP(long size)
Native array allocator.
|
TrackerFeatureLBP(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_tracking.TrackerFeatureLBP |
position(long position) |
void |
selection(opencv_core.Mat response,
int npoints)
\brief Identify most effective features
|
compute, create, create, getClassNameaddress, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TrackerFeatureLBP(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public TrackerFeatureLBP(long size)
Pointer.position(long).public TrackerFeatureLBP()
public opencv_tracking.TrackerFeatureLBP position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void selection(@ByRef
opencv_core.Mat response,
int npoints)
opencv_tracking.TrackerFeatureselection in class opencv_tracking.TrackerFeatureresponse - Collection of response for the specific TrackerFeaturenpoints - Max number of features
\note This method modifies the response parameter
Copyright © 2018. All rights reserved.