public static class opencv_contrib.CvFeatureTrackerParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
OPTICAL_FLOW
enum cv::CvFeatureTrackerParams::
|
static int |
SIFT
enum cv::CvFeatureTrackerParams::
|
static int |
SURF
enum cv::CvFeatureTrackerParams::
|
| Constructor and Description |
|---|
opencv_contrib.CvFeatureTrackerParams() |
opencv_contrib.CvFeatureTrackerParams(int size) |
opencv_contrib.CvFeatureTrackerParams(int featureType,
int windowSize) |
opencv_contrib.CvFeatureTrackerParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
feature_type() |
opencv_contrib.CvFeatureTrackerParams |
feature_type(int feature_type) |
opencv_contrib.CvFeatureTrackerParams |
position(int position) |
int |
window_size() |
opencv_contrib.CvFeatureTrackerParams |
window_size(int window_size) |
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 SIFT
public static final int SURF
public static final int OPTICAL_FLOW
public opencv_contrib.CvFeatureTrackerParams(Pointer p)
public opencv_contrib.CvFeatureTrackerParams(int size)
public opencv_contrib.CvFeatureTrackerParams(int featureType,
int windowSize)
public opencv_contrib.CvFeatureTrackerParams()
public opencv_contrib.CvFeatureTrackerParams position(int position)
public int feature_type()
public opencv_contrib.CvFeatureTrackerParams feature_type(int feature_type)
public int window_size()
public opencv_contrib.CvFeatureTrackerParams window_size(int window_size)
Copyright © 2014. All Rights Reserved.