public static class opencv_videostab.RansacParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.RansacParams() |
opencv_videostab.RansacParams(int _size,
float _thresh,
float _eps,
float _prob) |
opencv_videostab.RansacParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_videostab.RansacParams |
affine2dMotionStd() |
float |
eps() |
opencv_videostab.RansacParams |
eps(float eps) |
static opencv_videostab.RansacParams |
linearSimilarityMotionStd() |
float |
prob() |
opencv_videostab.RansacParams |
prob(float prob) |
int |
size() |
opencv_videostab.RansacParams |
size(int size) |
float |
thresh() |
opencv_videostab.RansacParams |
thresh(float thresh) |
static opencv_videostab.RansacParams |
translationAndScale2dMotionStd() |
static opencv_videostab.RansacParams |
translationMotionStd() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_videostab.RansacParams()
public opencv_videostab.RansacParams(Pointer p)
public opencv_videostab.RansacParams(int _size,
float _thresh,
float _eps,
float _prob)
public 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 static opencv_videostab.RansacParams translationMotionStd()
public static opencv_videostab.RansacParams translationAndScale2dMotionStd()
public static opencv_videostab.RansacParams linearSimilarityMotionStd()
public static opencv_videostab.RansacParams affine2dMotionStd()
Copyright © 2014. All Rights Reserved.