@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionEstimatorRansacL2 extends opencv_videostab.MotionEstimatorBase
| Constructor and Description |
|---|
MotionEstimatorRansacL2() |
MotionEstimatorRansacL2(int model) |
MotionEstimatorRansacL2(long size)
Native array allocator.
|
MotionEstimatorRansacL2(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 MotionEstimatorRansacL2(org.bytedeco.javacpp.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)
position in class org.bytedeco.javacpp.Pointerpublic 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*") 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.