boofcv.factory.geo
Class ConfigRansac
- java.lang.Object
-
- boofcv.factory.geo.ConfigRansac
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigRansac extends java.lang.Object implements Configuration
Standard configuration forRANSAC.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description doubleinlierThresholdInlier threshold.intmaxIterationsMaximum number of iterations RANSAC will performlongrandSeedRandom seed that's used internally
-
Constructor Summary
Constructors Constructor and Description ConfigRansac()ConfigRansac(int maxIterations, double inlierThreshold)
-
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
-
maxIterations
public int maxIterations
Maximum number of iterations RANSAC will perform
-
inlierThreshold
public double inlierThreshold
Inlier threshold.
-
-
Constructor Detail
-
ConfigRansac
public ConfigRansac(int maxIterations, double inlierThreshold)
-
ConfigRansac
public ConfigRansac()
-
-
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