@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.FromFileMotionReader extends opencv_videostab.ImageMotionEstimatorBase
| Constructor and Description |
|---|
FromFileMotionReader(org.bytedeco.javacpp.BytePointer path) |
FromFileMotionReader(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
FromFileMotionReader(String path) |
| 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) |
motionModel, setMotionModeladdress, 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 FromFileMotionReader(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public FromFileMotionReader(@opencv_core.Str org.bytedeco.javacpp.BytePointer path)
public FromFileMotionReader(@opencv_core.Str String path)
@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.