@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.RansacParams
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
RansacParams() |
RansacParams(int size,
float thresh,
float eps,
float prob)
\brief Constructor
|
RansacParams(long size)
Native array allocator.
|
RansacParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_videostab.RansacParams |
default2dMotion(int model) |
float |
eps()
max outliers ratio
|
opencv_videostab.RansacParams |
eps(float eps) |
int |
niters() |
opencv_videostab.RansacParams |
position(long position) |
float |
prob()
probability of success
|
opencv_videostab.RansacParams |
prob(float prob) |
int |
size()
subset size
|
opencv_videostab.RansacParams |
size(int size) |
float |
thresh()
max error to classify as inlier
|
opencv_videostab.RansacParams |
thresh(float thresh) |
address, 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 RansacParams(org.bytedeco.javacpp.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 opencv_videostab.RansacParams position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int size()
public opencv_videostab.RansacParams size(int size)
public float thresh()
public opencv_videostab.RansacParams thresh(float thresh)
public float eps()
public opencv_videostab.RansacParams eps(float eps)
public float prob()
public opencv_videostab.RansacParams prob(float prob)
public int niters()
@ByVal public static opencv_videostab.RansacParams default2dMotion(@Cast(value="cv::videostab::MotionModel") int model)
model - Motion model. See cv::videostab::MotionModel.Copyright © 2018. All rights reserved.