public static class opencv_contrib.CvMotionModel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
EM
enum cv::CvMotionModel::
|
static int |
KALMAN_FILTER
enum cv::CvMotionModel::
|
static int |
LOW_PASS_FILTER
enum cv::CvMotionModel::
|
| Constructor and Description |
|---|
opencv_contrib.CvMotionModel() |
opencv_contrib.CvMotionModel(int size) |
opencv_contrib.CvMotionModel(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
float |
low_pass_gain() |
opencv_contrib.CvMotionModel |
low_pass_gain(float low_pass_gain) |
opencv_contrib.CvMotionModel |
position(int position) |
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 LOW_PASS_FILTER
public static final int KALMAN_FILTER
public static final int EM
public opencv_contrib.CvMotionModel(Pointer p)
public opencv_contrib.CvMotionModel(int size)
public opencv_contrib.CvMotionModel()
public opencv_contrib.CvMotionModel position(int position)
public float low_pass_gain()
public opencv_contrib.CvMotionModel low_pass_gain(float low_pass_gain)
Copyright © 2014. All Rights Reserved.