@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionEstimatorL1 extends opencv_videostab.MotionEstimatorBase
\note To be able to use this method you must build OpenCV with CLP library support. :
| Constructor and Description |
|---|
MotionEstimatorL1() |
MotionEstimatorL1(int model) |
MotionEstimatorL1(long size)
Native array allocator.
|
MotionEstimatorL1(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MotionEstimatorL1(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public MotionEstimatorL1(long size)
Pointer.position(long).public MotionEstimatorL1(@Cast(value="cv::videostab::MotionModel")
int model)
public MotionEstimatorL1()
public opencv_videostab.MotionEstimatorL1 position(long position)
position in class org.bytedeco.javacpp.Pointer@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
opencv_videostab.MotionEstimatorBaseestimate in class opencv_videostab.MotionEstimatorBasepoints0 - Source set of 2D points (32F).points1 - Destination set of 2D points (32F).ok - Indicates whether motion was estimated successfully.@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1, @Cast(value="bool*") boolean[] ok)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1, @Cast(value="bool*") boolean[] ok)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1)
estimate in class opencv_videostab.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1, @Cast(value="bool*") boolean[] ok)
estimate in class opencv_videostab.MotionEstimatorBaseCopyright © 2018. All rights reserved.