@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionEstimatorRansacL2 extends opencv_videostab.MotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MotionEstimatorRansacL2() |
MotionEstimatorRansacL2(int model) |
MotionEstimatorRansacL2(long size)
Native array allocator.
|
MotionEstimatorRansacL2(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_core.Mat |
estimate(opencv_core.UMat points0,
opencv_core.UMat points1) |
opencv_core.Mat |
estimate(opencv_core.UMat points0,
opencv_core.UMat points1,
boolean[] ok) |
opencv_core.Mat |
estimate(opencv_core.UMat points0,
opencv_core.UMat points1,
BoolPointer ok) |
float |
minInlierRatio() |
opencv_videostab.MotionEstimatorRansacL2 |
position(long position) |
opencv_videostab.RansacParams |
ransacParams() |
void |
setMinInlierRatio(float val) |
void |
setRansacParams(opencv_videostab.RansacParams val) |
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, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic MotionEstimatorRansacL2(Pointer p)
Pointer.Pointer(Pointer).public MotionEstimatorRansacL2(long size)
Pointer.position(long).public MotionEstimatorRansacL2(@Cast(value="cv::videostab::MotionModel") int model)
public MotionEstimatorRansacL2()
public opencv_videostab.MotionEstimatorRansacL2 position(long position)
public void setRansacParams(@Const @ByRef opencv_videostab.RansacParams val)
@ByVal public opencv_videostab.RansacParams ransacParams()
public void setMinInlierRatio(float val)
public float minInlierRatio()
@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.MotionEstimatorBase@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1, @Cast(value="bool*") BoolPointer 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*") boolean[] ok)
estimate in class opencv_videostab.MotionEstimatorBaseCopyright © 2017. All rights reserved.