@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.KeypointBasedMotionEstimator extends opencv_videostab.ImageMotionEstimatorBase
| Constructor and Description |
|---|
KeypointBasedMotionEstimator(opencv_videostab.MotionEstimatorBase estimator) |
KeypointBasedMotionEstimator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic KeypointBasedMotionEstimator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public 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*") org.bytedeco.javacpp.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.ImageMotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat frame0, @ByVal opencv_core.UMat frame1, @Cast(value="bool*") boolean[] ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat frame0, @ByVal opencv_core.UMat frame1)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat frame0, @ByVal opencv_core.UMat frame1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat frame0, @ByVal opencv_core.GpuMat frame1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat frame0, @ByVal opencv_core.GpuMat frame1)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat frame0, @ByVal opencv_core.GpuMat frame1, @Cast(value="bool*") boolean[] ok)
Copyright © 2018. All rights reserved.