Package boofcv.factory.geo
Class ConfigPixelsToMetric
java.lang.Object
boofcv.factory.geo.ConfigPixelsToMetric
- All Implemented Interfaces:
Configuration
,Serializable
Projective to metric self calibration algorithm configuration which lets you select multiple approaches.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionConfiguration for estimating the trifocal tensorWhich algorithm to use. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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. The default will change as the recommended best approach is updated. -
trifocal
Configuration for estimating the trifocal tensor -
dualQuadratic
-
essentialGuess
-
practicalGuess
-
-
Constructor Details
-
ConfigPixelsToMetric
public ConfigPixelsToMetric()
-
-
Method Details
-
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
-
setTo
-