@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class MotionEstimatorRansacL2 extends MotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
MotionEstimatorRansacL2() |
MotionEstimatorRansacL2(int model) |
MotionEstimatorRansacL2(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Mat |
estimate(GpuMat points0,
GpuMat points1) |
Mat |
estimate(GpuMat points0,
GpuMat points1,
boolean[] ok) |
Mat |
estimate(GpuMat points0,
GpuMat points1,
BoolPointer ok) |
Mat |
estimate(Mat points0,
Mat points1) |
Mat |
estimate(Mat points0,
Mat points1,
boolean[] ok) |
Mat |
estimate(Mat points0,
Mat points1,
BoolPointer ok)
\brief Estimates global motion between two 2D point clouds.
|
Mat |
estimate(UMat points0,
UMat points1) |
Mat |
estimate(UMat points0,
UMat points1,
boolean[] ok) |
Mat |
estimate(UMat points0,
UMat points1,
BoolPointer ok) |
float |
minInlierRatio() |
RansacParams |
ransacParams() |
void |
setMinInlierRatio(float val) |
void |
setRansacParams(RansacParams val) |
motionModel, setMotionModel
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public MotionEstimatorRansacL2(Pointer p)
Pointer.Pointer(Pointer)
.public MotionEstimatorRansacL2(@Cast(value="cv::videostab::MotionModel") int model)
public MotionEstimatorRansacL2()
public void setRansacParams(@Const @ByRef RansacParams val)
@ByVal public RansacParams ransacParams()
public void setMinInlierRatio(float val)
public float minInlierRatio()
@ByVal public Mat estimate(@ByVal Mat points0, @ByVal Mat points1, @Cast(value="bool*") BoolPointer ok)
MotionEstimatorBase
estimate
in class MotionEstimatorBase
points0
- Source set of 2D points (32F).points1
- Destination set of 2D points (32F).ok
- Indicates whether motion was estimated successfully.@ByVal public Mat estimate(@ByVal Mat points0, @ByVal Mat points1)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal Mat points0, @ByVal Mat points1, @Cast(value="bool*") boolean[] ok)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal UMat points0, @ByVal UMat points1, @Cast(value="bool*") boolean[] ok)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal UMat points0, @ByVal UMat points1)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal UMat points0, @ByVal UMat points1, @Cast(value="bool*") BoolPointer ok)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal GpuMat points0, @ByVal GpuMat points1, @Cast(value="bool*") BoolPointer ok)
estimate
in class MotionEstimatorBase
@ByVal public Mat estimate(@ByVal GpuMat points0, @ByVal GpuMat points1)
estimate
in class MotionEstimatorBase
Copyright © 2020. All rights reserved.