public static class opencv_videostab.PyrLkRobustMotionEstimator extends opencv_videostab.IGlobalMotionEstimator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.PyrLkRobustMotionEstimator() |
opencv_videostab.PyrLkRobustMotionEstimator(int size) |
opencv_videostab.PyrLkRobustMotionEstimator(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.FeatureDetector |
detector() |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1) |
float |
maxRmse() |
float |
minInlierRatio() |
int |
motionModel() |
opencv_videostab.ISparseOptFlowEstimator |
optFlowEstimator() |
opencv_videostab.PyrLkRobustMotionEstimator |
position(int position) |
opencv_videostab.RansacParams |
ransacParams() |
void |
setDetector(opencv_features2d.FeatureDetector val) |
void |
setMaxRmse(float val) |
void |
setMinInlierRatio(float val) |
void |
setMotionModel(int val) |
void |
setOptFlowEstimator(opencv_videostab.ISparseOptFlowEstimator val) |
void |
setRansacParams(opencv_videostab.RansacParams val) |
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 opencv_videostab.PyrLkRobustMotionEstimator(Pointer p)
public opencv_videostab.PyrLkRobustMotionEstimator(int size)
public opencv_videostab.PyrLkRobustMotionEstimator()
public opencv_videostab.PyrLkRobustMotionEstimator position(int position)
public void setDetector(opencv_features2d.FeatureDetector val)
public opencv_features2d.FeatureDetector detector()
public void setOptFlowEstimator(opencv_videostab.ISparseOptFlowEstimator val)
public opencv_videostab.ISparseOptFlowEstimator optFlowEstimator()
public void setMotionModel(int val)
public int motionModel()
public void setRansacParams(opencv_videostab.RansacParams val)
public opencv_videostab.RansacParams ransacParams()
public void setMaxRmse(float val)
public float maxRmse()
public void setMinInlierRatio(float val)
public float minInlierRatio()
public opencv_core.Mat estimate(opencv_core.Mat frame0, opencv_core.Mat frame1)
estimate in class opencv_videostab.IGlobalMotionEstimatorCopyright © 2014. All Rights Reserved.