@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class ToFileMotionWriter extends ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ToFileMotionWriter(BytePointer path,
ImageMotionEstimatorBase estimator) |
ToFileMotionWriter(Pointer p)
Pointer cast constructor.
|
ToFileMotionWriter(String path,
ImageMotionEstimatorBase estimator) |
| Modifier and Type | Method and Description |
|---|---|
Mat |
estimate(Mat frame0,
Mat frame1) |
Mat |
estimate(Mat frame0,
Mat frame1,
boolean[] ok) |
Mat |
estimate(Mat frame0,
Mat frame1,
BoolPointer ok) |
int |
motionModel() |
void |
setFrameMask(GpuMat mask) |
void |
setFrameMask(Mat mask) |
void |
setFrameMask(UMat mask) |
void |
setMotionModel(int 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, zeropublic ToFileMotionWriter(Pointer p)
Pointer.Pointer(Pointer).public ToFileMotionWriter(@opencv_core.Str BytePointer path, @opencv_core.Ptr ImageMotionEstimatorBase estimator)
public ToFileMotionWriter(@opencv_core.Str String path, @opencv_core.Ptr ImageMotionEstimatorBase 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 ImageMotionEstimatorBasepublic void setFrameMask(@ByVal Mat mask)
setFrameMask in class ImageMotionEstimatorBasepublic void setFrameMask(@ByVal UMat mask)
setFrameMask in class ImageMotionEstimatorBasepublic 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 ImageMotionEstimatorBaseCopyright © 2020. All rights reserved.