Package boofcv.factory.geo
Class ConfigFundamental
java.lang.Object
boofcv.factory.geo.ConfigFundamental
- All Implemented Interfaces:
Configuration
,Serializable
Configuration parameters for estimating a fundamental matrix robustly.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionIf computed robustly this specifies the error model that's used to prune outliersint
How many points should be used to resolve ambiguity in the solutions?Which algorithm should it use. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigFundamental src) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
which
Which algorithm should it use. -
numResolve
public int numResolveHow many points should be used to resolve ambiguity in the solutions? -
errorModel
If computed robustly this specifies the error model that's used to prune outliers
-
-
Constructor Details
-
ConfigFundamental
public ConfigFundamental()
-
-
Method Details
-
setTo
-
checkValidity
public void checkValidity()Description copied from interface:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-