Package boofcv.factory.geo
Class ConfigTrifocalError
java.lang.Object
boofcv.factory.geo.ConfigTrifocalError
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for trifocal error computation
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal ConfigConverge
If an iterative method was selected, this specifies the convergence criteriaHow to compute the error -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigTrifocalError 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
-
model
How to compute the error -
converge
If an iterative method was selected, this specifies the convergence criteria
-
-
Constructor Details
-
ConfigTrifocalError
public ConfigTrifocalError()
-
-
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
-