public class ConfigLMedS
extends java.lang.Object
implements boofcv.struct.Configuration
LeastMedianOfSquares| Modifier and Type | Field and Description |
|---|---|
double |
errorFraction
The error fraction it's optimized against
|
long |
randSeed
Random seed that's used internally
|
int |
totalCycles
Number of cycles it will perform when minimizing the median error.
|
| Constructor and Description |
|---|
ConfigLMedS() |
ConfigLMedS(long randSeed,
int totalCycles) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public long randSeed
public int totalCycles
public double errorFraction