@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class RansacParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RansacParams() |
RansacParams(int size,
float thresh,
float eps,
float prob)
\brief Constructor
|
RansacParams(long size)
Native array allocator.
|
RansacParams(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static RansacParams |
default2dMotion(int model) |
float |
eps()
max outliers ratio
|
RansacParams |
eps(float setter) |
int |
niters() |
RansacParams |
position(long position) |
float |
prob()
probability of success
|
RansacParams |
prob(float setter) |
int |
size()
subset size
|
RansacParams |
size(int setter) |
float |
thresh()
max error to classify as inlier
|
RansacParams |
thresh(float setter) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public RansacParams(Pointer p)
Pointer.Pointer(Pointer)
.public RansacParams(long size)
Pointer.position(long)
.public RansacParams()
public RansacParams(int size, float thresh, float eps, float prob)
size
- Subset size.thresh
- Maximum re-projection error value to classify as inlier.eps
- Maximum ratio of incorrect correspondences.prob
- Required success probability.public RansacParams position(long position)
public int size()
public RansacParams size(int setter)
public float thresh()
public RansacParams thresh(float setter)
public float eps()
public RansacParams eps(float setter)
public float prob()
public RansacParams prob(float setter)
public int niters()
@ByVal public static RansacParams default2dMotion(@Cast(value="cv::videostab::MotionModel") int model)
model
- Motion model. See cv::videostab::MotionModel.Copyright © 2020. All rights reserved.