@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. :
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.MotionEstimatorL1() |
opencv_videostab.MotionEstimatorL1(int model) |
opencv_videostab.MotionEstimatorL1(long size)
Native array allocator.
|
opencv_videostab.MotionEstimatorL1(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1) |
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1,
boolean[] ok) |
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1,
BoolPointer ok)
\brief Estimates global motion between two 2D point clouds.
|
opencv_videostab.MotionEstimatorL1 |
position(long position) |
motionModel, setMotionModeladdress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_videostab.MotionEstimatorL1(Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.MotionEstimatorL1(long size)
Pointer.position(long).public opencv_videostab.MotionEstimatorL1(@Cast(value="cv::videostab::MotionModel") int model)
public opencv_videostab.MotionEstimatorL1()
public opencv_videostab.MotionEstimatorL1 position(long position)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1, @Cast(value="bool*") 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.MotionEstimatorBaseCopyright © 2016. All rights reserved.