@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_tracking.class) public class TrackerSamplerCSC extends TrackerSamplerAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackerSamplerCSC.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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(Pointer p)
Pointer cast constructor.
|
TrackerSamplerCSC(TrackerSamplerCSC.Params parameters)
\brief Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, 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(Pointer p)
Pointer.Pointer(Pointer).public TrackerSamplerCSC(long size)
Pointer.position(long).public TrackerSamplerCSC(@Const @ByRef(nullValue="cv::TrackerSamplerCSC::Params()") TrackerSamplerCSC.Params parameters)
parameters - TrackerSamplerCSC parameters TrackerSamplerCSC::Paramspublic TrackerSamplerCSC()
public TrackerSamplerCSC position(long position)
public 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 © 2020. All rights reserved.