@Namespace(value="cv") @NoOffset public static class opencv_tracking.TrackerSamplerCSC extends opencv_tracking.TrackerSamplerAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerSamplerCSC.Params |
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_DETECT
enum cv::TrackerSamplerCSC::
|
static int |
MODE_INIT_NEG
enum cv::TrackerSamplerCSC::
|
static int |
MODE_INIT_POS
enum cv::TrackerSamplerCSC::
|
static int |
MODE_TRACK_NEG
enum cv::TrackerSamplerCSC::
|
static int |
MODE_TRACK_POS
enum cv::TrackerSamplerCSC::
|
| Constructor and Description |
|---|
TrackerSamplerCSC() |
TrackerSamplerCSC(long size)
Native array allocator.
|
TrackerSamplerCSC(opencv_tracking.TrackerSamplerCSC.Params parameters)
\brief Constructor
|
TrackerSamplerCSC(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_tracking.TrackerSamplerCSC |
position(long position) |
void |
setMode(int samplingMode)
\brief Set the sampling mode of TrackerSamplerCSC
|
create, create, getClassName, samplingaddress, 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 MODE_INIT_POS
public static final int MODE_INIT_NEG
public static final int MODE_TRACK_POS
public static final int MODE_TRACK_NEG
public static final int MODE_DETECT
public TrackerSamplerCSC(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public TrackerSamplerCSC(long size)
Pointer.position(long).public TrackerSamplerCSC(@Const @ByRef(nullValue="cv::TrackerSamplerCSC::Params()")
opencv_tracking.TrackerSamplerCSC.Params parameters)
parameters - TrackerSamplerCSC parameters TrackerSamplerCSC::Paramspublic TrackerSamplerCSC()
public opencv_tracking.TrackerSamplerCSC position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void setMode(int samplingMode)
samplingMode - The sampling mode
The modes are:
- "MODE_INIT_POS = 1" -- for the positive sampling in initialization step - "MODE_INIT_NEG = 2" -- for the negative sampling in initialization step - "MODE_TRACK_POS = 3" -- for the positive sampling in update step - "MODE_TRACK_NEG = 4" -- for the negative sampling in update step - "MODE_DETECT = 5" -- for the sampling in detection step
Copyright © 2018. All rights reserved.