Package boofcv.factory.geo
Class ConfigTriangulation
java.lang.Object
boofcv.factory.geo.ConfigTriangulation
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for triangulation methods.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionIf an iterative technique is selected this is the convergence criteriaWhich algorithm to use -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigTriangulation
void
Checks to see if the configuration is valid.static ConfigTriangulation
DLT()
static ConfigTriangulation
setTo
(ConfigTriangulation 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
-
type
Which algorithm to use -
converge
If an iterative technique is selected this is the convergence criteria
-
-
Constructor Details
-
ConfigTriangulation
public ConfigTriangulation() -
ConfigTriangulation
-
-
Method Details
-
DLT
-
ALGEBRAIC
-
GEOMETRIC
-
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
-