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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigConvergeIf an iterative method was selected, this specifies the convergence criteriaHow to compute the error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks 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, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-