@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class KeypointBasedMotionEstimator extends ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
KeypointBasedMotionEstimator(MotionEstimatorBase estimator) |
KeypointBasedMotionEstimator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Feature2D |
detector() |
Mat |
estimate(GpuMat frame0,
GpuMat frame1) |
Mat |
estimate(GpuMat frame0,
GpuMat frame1,
boolean[] ok) |
Mat |
estimate(GpuMat frame0,
GpuMat frame1,
BoolPointer ok) |
Mat |
estimate(Mat frame0,
Mat frame1) |
Mat |
estimate(Mat frame0,
Mat frame1,
boolean[] ok) |
Mat |
estimate(Mat frame0,
Mat frame1,
BoolPointer ok) |
Mat |
estimate(UMat frame0,
UMat frame1) |
Mat |
estimate(UMat frame0,
UMat frame1,
boolean[] ok) |
Mat |
estimate(UMat frame0,
UMat frame1,
BoolPointer ok) |
int |
motionModel() |
ISparseOptFlowEstimator |
opticalFlowEstimator() |
IOutlierRejector |
outlierRejector() |
void |
setDetector(Feature2D val) |
void |
setFrameMask(GpuMat mask) |
void |
setFrameMask(Mat mask) |
void |
setFrameMask(UMat mask) |
void |
setMotionModel(int val) |
void |
setOpticalFlowEstimator(ISparseOptFlowEstimator val) |
void |
setOutlierRejector(IOutlierRejector val) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public KeypointBasedMotionEstimator(Pointer p)
Pointer.Pointer(Pointer)
.public KeypointBasedMotionEstimator(@opencv_core.Ptr MotionEstimatorBase estimator)
public void setMotionModel(@Cast(value="cv::videostab::MotionModel") int val)
setMotionModel
in class ImageMotionEstimatorBase
@Cast(value="cv::videostab::MotionModel") public int motionModel()
motionModel
in class ImageMotionEstimatorBase
public void setDetector(@Cast(value="cv::FeatureDetector*") @opencv_core.Ptr Feature2D val)
@Cast(value="cv::FeatureDetector*") @opencv_core.Ptr public Feature2D detector()
public void setOpticalFlowEstimator(@opencv_core.Ptr ISparseOptFlowEstimator val)
@opencv_core.Ptr public ISparseOptFlowEstimator opticalFlowEstimator()
public void setOutlierRejector(@opencv_core.Ptr IOutlierRejector val)
@opencv_core.Ptr public IOutlierRejector outlierRejector()
public void setFrameMask(@ByVal Mat mask)
setFrameMask
in class ImageMotionEstimatorBase
public void setFrameMask(@ByVal UMat mask)
setFrameMask
in class ImageMotionEstimatorBase
public void setFrameMask(@ByVal GpuMat mask)
setFrameMask
in class ImageMotionEstimatorBase
@ByVal public Mat estimate(@Const @ByRef Mat frame0, @Const @ByRef Mat frame1, @Cast(value="bool*") BoolPointer ok)
estimate
in class ImageMotionEstimatorBase
@ByVal public Mat estimate(@Const @ByRef Mat frame0, @Const @ByRef Mat frame1)
estimate
in class ImageMotionEstimatorBase
@ByVal public Mat estimate(@Const @ByRef Mat frame0, @Const @ByRef Mat frame1, @Cast(value="bool*") boolean[] ok)
estimate
in class ImageMotionEstimatorBase
@ByVal public Mat estimate(@ByVal UMat frame0, @ByVal UMat frame1, @Cast(value="bool*") boolean[] ok)
@ByVal public Mat estimate(@ByVal UMat frame0, @ByVal UMat frame1, @Cast(value="bool*") BoolPointer ok)
@ByVal public Mat estimate(@ByVal GpuMat frame0, @ByVal GpuMat frame1, @Cast(value="bool*") BoolPointer ok)
Copyright © 2020. All rights reserved.