Package org.opencv.calib3d
Class UsacParams
java.lang.Object
org.opencv.calib3d.UsacParams
public class UsacParams extends Object
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description UsacParams()
protected
UsacParams(long addr)
-
Method Summary
Modifier and Type Method Description static UsacParams
__fromPtr__(long addr)
protected void
finalize()
double
get_confidence()
boolean
get_isParallel()
int
get_loIterations()
int
get_loMethod()
int
get_loSampleSize()
int
get_maxIterations()
int
get_neighborsSearch()
int
get_randomGeneratorState()
int
get_sampler()
int
get_score()
double
get_threshold()
long
getNativeObjAddr()
void
set_confidence(double confidence)
void
set_isParallel(boolean isParallel)
void
set_loIterations(int loIterations)
void
set_loMethod(int loMethod)
void
set_loSampleSize(int loSampleSize)
void
set_maxIterations(int maxIterations)
void
set_neighborsSearch(int neighborsSearch)
void
set_randomGeneratorState(int randomGeneratorState)
void
set_sampler(int sampler)
void
set_score(int score)
void
set_threshold(double threshold)
-
Field Details
-
Constructor Details
-
UsacParams
-
UsacParams
public UsacParams()
-
-
Method Details
-
getNativeObjAddr
-
__fromPtr__
-
get_confidence
-
set_confidence
-
get_isParallel
-
set_isParallel
-
get_loIterations
-
set_loIterations
-
get_loMethod
-
set_loMethod
-
get_loSampleSize
-
set_loSampleSize
-
get_maxIterations
-
set_maxIterations
-
get_neighborsSearch
-
set_neighborsSearch
-
get_randomGeneratorState
-
set_randomGeneratorState
-
get_sampler
-
set_sampler
-
get_score
-
set_score
-
get_threshold
-
set_threshold
-
finalize
-