@Namespace(value="cv") public static class opencv_tracking.TrackerKCF extends opencv_tracking.Tracker
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerKCF.Arg0_Mat_Rect_Mat |
static class |
opencv_tracking.TrackerKCF.Params |
| Modifier and Type | Field and Description |
|---|---|
static int |
CN
enum cv::TrackerKCF::MODE
|
static int |
CUSTOM
enum cv::TrackerKCF::MODE
|
static int |
GRAY
enum cv::TrackerKCF::MODE
|
| Constructor and Description |
|---|
TrackerKCF(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerKCF |
create() |
static opencv_tracking.TrackerKCF |
create(opencv_tracking.TrackerKCF.Params parameters)
\brief Constructor
|
void |
setFeatureExtractor(opencv_tracking.TrackerKCF.Arg0_Mat_Rect_Mat arg0) |
void |
setFeatureExtractor(opencv_tracking.TrackerKCF.Arg0_Mat_Rect_Mat arg0,
boolean pca_func) |
init, init, init, read, update, update, update, writeclear, empty, getDefaultName, position, save, save, write, writeaddress, 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 static final int GRAY
public static final int CN
public static final int CUSTOM
public TrackerKCF(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void setFeatureExtractor(opencv_tracking.TrackerKCF.Arg0_Mat_Rect_Mat arg0, @Cast(value="bool") boolean pca_func)
public void setFeatureExtractor(opencv_tracking.TrackerKCF.Arg0_Mat_Rect_Mat arg0)
@opencv_core.Ptr public static opencv_tracking.TrackerKCF create(@Const @ByRef opencv_tracking.TrackerKCF.Params parameters)
parameters - KCF parameters TrackerKCF::Params@opencv_core.Ptr public static opencv_tracking.TrackerKCF create()
Copyright © 2018. All rights reserved.