@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.ToFileMotionWriter extends opencv_videostab.ImageMotionEstimatorBase
| Constructor and Description |
|---|
ToFileMotionWriter(org.bytedeco.javacpp.BytePointer path,
opencv_videostab.ImageMotionEstimatorBase estimator) |
ToFileMotionWriter(org.bytedeco.javacpp.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,
org.bytedeco.javacpp.BoolPointer ok) |
int |
motionModel() |
void |
setMotionModel(int val) |
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 ToFileMotionWriter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public ToFileMotionWriter(@opencv_core.Str org.bytedeco.javacpp.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*") 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.ImageMotionEstimatorBaseCopyright © 2018. All rights reserved.