@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.ToFileMotionWriter extends opencv_videostab.ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ToFileMotionWriter(BytePointer path,
opencv_videostab.ImageMotionEstimatorBase estimator) |
ToFileMotionWriter(Pointer p)
Pointer cast constructor.
|
ToFileMotionWriter(String path,
opencv_videostab.ImageMotionEstimatorBase estimator) |
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setMotionModel(int val) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic ToFileMotionWriter(Pointer p)
Pointer.Pointer(Pointer).public ToFileMotionWriter(@opencv_core.Str BytePointer path, @opencv_core.Ptr opencv_videostab.ImageMotionEstimatorBase estimator)
public ToFileMotionWriter(@opencv_core.Str String path, @opencv_core.Ptr opencv_videostab.ImageMotionEstimatorBase 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.ImageMotionEstimatorBase@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 © 2017. All rights reserved.