public class ConfigLMedS
extends java.lang.Object
implements boofcv.struct.Configuration
LeastMedianOfSquares| Modifier and Type | Field and Description |
|---|---|
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() |