boofcv.factory.geo
Class ConfigLMedS
- java.lang.Object
-
- boofcv.factory.geo.ConfigLMedS
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigLMedS extends java.lang.Object implements Configuration
Standard configuration parameters forLeastMedianOfSquares- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description longrandSeedRandom seed that's used internallyinttotalCyclesNumber of cycles it will perform when minimizing the median error
-
Constructor Summary
Constructors Constructor and Description ConfigLMedS()ConfigLMedS(long randSeed, int totalCycles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.
-
-
-
Field Detail
-
randSeed
public long randSeed
Random seed that's used internally
-
totalCycles
public int totalCycles
Number of cycles it will perform when minimizing the median error
-
-
Constructor Detail
-
ConfigLMedS
public ConfigLMedS()
-
ConfigLMedS
public ConfigLMedS(long randSeed, int totalCycles)
-
-
Method Detail
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
-
DataMelt 3.0 © DataMelt by jWork.ORG