public static class opencv_contrib.CvFuzzyMeanShiftTracker extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
MinKernelMass
enum CvFuzzyMeanShiftTracker::
|
static int |
rmEdgeDensityFuzzy
enum CvFuzzyMeanShiftTracker::ResizeMethod
|
static int |
rmEdgeDensityLinear
enum CvFuzzyMeanShiftTracker::ResizeMethod
|
static int |
rmInnerDensity
enum CvFuzzyMeanShiftTracker::ResizeMethod
|
static int |
tsDisabled
enum CvFuzzyMeanShiftTracker::TrackingState
|
static int |
tsNone
enum CvFuzzyMeanShiftTracker::TrackingState
|
static int |
tsSearching
enum CvFuzzyMeanShiftTracker::TrackingState
|
static int |
tsSetWindow
enum CvFuzzyMeanShiftTracker::TrackingState
|
static int |
tsTracking
enum CvFuzzyMeanShiftTracker::TrackingState
|
| Constructor and Description |
|---|
opencv_contrib.CvFuzzyMeanShiftTracker() |
opencv_contrib.CvFuzzyMeanShiftTracker(int size) |
opencv_contrib.CvFuzzyMeanShiftTracker(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_contrib.CvFuzzyMeanShiftTracker |
position(int position) |
int |
searchMode() |
opencv_contrib.CvFuzzyMeanShiftTracker |
searchMode(int searchMode) |
void |
track(opencv_core.IplImage maskImage,
opencv_core.IplImage depthMap,
int resizeMethod,
boolean resetSearch) |
void |
track(opencv_core.IplImage maskImage,
opencv_core.IplImage depthMap,
int resizeMethod,
boolean resetSearch,
int minKernelMass) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int tsNone
public static final int tsSearching
public static final int tsTracking
public static final int tsSetWindow
public static final int tsDisabled
public static final int rmEdgeDensityLinear
public static final int rmEdgeDensityFuzzy
public static final int rmInnerDensity
public static final int MinKernelMass
public opencv_contrib.CvFuzzyMeanShiftTracker(Pointer p)
public opencv_contrib.CvFuzzyMeanShiftTracker(int size)
public opencv_contrib.CvFuzzyMeanShiftTracker()
public opencv_contrib.CvFuzzyMeanShiftTracker position(int position)
public int searchMode()
public opencv_contrib.CvFuzzyMeanShiftTracker searchMode(int searchMode)
public void track(opencv_core.IplImage maskImage, opencv_core.IplImage depthMap, int resizeMethod, boolean resetSearch, int minKernelMass)
public void track(opencv_core.IplImage maskImage, opencv_core.IplImage depthMap, int resizeMethod, boolean resetSearch)
Copyright © 2014. All Rights Reserved.