public class ConfigRansac
extends java.lang.Object
implements boofcv.struct.Configuration
RANSAC.| Modifier and Type | Field and Description |
|---|---|
double |
inlierThreshold
Inlier threshold.
|
int |
maxIterations
Maximum number of iterations RANSAC will perform
|
long |
randSeed
Random seed that's used internally
|
| Constructor and Description |
|---|
ConfigRansac() |
ConfigRansac(int maxIterations,
double inlierThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public long randSeed
public int maxIterations
public double inlierThreshold