@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.FromFileMotionReader extends opencv_videostab.ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FromFileMotionReader(BytePointer path) |
FromFileMotionReader(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,
BoolPointer ok) |
motionModel, setMotionModeladdress, 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 FromFileMotionReader(Pointer p)
Pointer.Pointer(Pointer).public FromFileMotionReader(@opencv_core.Str 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*") 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.