@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.KeypointBasedMotionEstimator extends opencv_videostab.ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.KeypointBasedMotionEstimator(opencv_videostab.MotionEstimatorBase estimator) |
opencv_videostab.KeypointBasedMotionEstimator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.Feature2D |
detector() |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1) |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1,
boolean[] ok) |
opencv_core.Mat |
estimate(opencv_core.Mat frame0,
opencv_core.Mat frame1,
BoolPointer ok) |
int |
motionModel() |
opencv_videostab.ISparseOptFlowEstimator |
opticalFlowEstimator() |
opencv_videostab.IOutlierRejector |
outlierRejector() |
void |
setDetector(opencv_features2d.Feature2D val) |
void |
setMotionModel(int val) |
void |
setOpticalFlowEstimator(opencv_videostab.ISparseOptFlowEstimator val) |
void |
setOutlierRejector(opencv_videostab.IOutlierRejector val) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_videostab.KeypointBasedMotionEstimator(Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.KeypointBasedMotionEstimator(@opencv_core.Ptr opencv_videostab.MotionEstimatorBase estimator)
public void setMotionModel(@Cast(value="cv::videostab::MotionModel") int val)
setMotionModel in class opencv_videostab.ImageMotionEstimatorBase@Cast(value="cv::videostab::MotionModel") public int motionModel()
motionModel in class opencv_videostab.ImageMotionEstimatorBasepublic void setDetector(@Cast(value="cv::FeatureDetector*")@opencv_core.Ptr opencv_features2d.Feature2D val)
@Cast(value="cv::FeatureDetector*") @opencv_core.Ptr public opencv_features2d.Feature2D detector()
public void setOpticalFlowEstimator(@opencv_core.Ptr opencv_videostab.ISparseOptFlowEstimator val)
@opencv_core.Ptr public opencv_videostab.ISparseOptFlowEstimator opticalFlowEstimator()
public void setOutlierRejector(@opencv_core.Ptr opencv_videostab.IOutlierRejector val)
@opencv_core.Ptr public opencv_videostab.IOutlierRejector outlierRejector()
@ByVal public opencv_core.Mat estimate(@Const@ByRef opencv_core.Mat frame0, @Const@ByRef opencv_core.Mat frame1, @Cast(value="bool*") BoolPointer ok)
estimate in class opencv_videostab.ImageMotionEstimatorBase@ByVal public opencv_core.Mat estimate(@Const@ByRef opencv_core.Mat frame0, @Const@ByRef opencv_core.Mat frame1)
estimate in class opencv_videostab.ImageMotionEstimatorBase@ByVal public opencv_core.Mat estimate(@Const@ByRef opencv_core.Mat frame0, @Const@ByRef opencv_core.Mat frame1, @Cast(value="bool*") boolean[] ok)
estimate in class opencv_videostab.ImageMotionEstimatorBaseCopyright © 2016. All rights reserved.