Package boofcv.factory.geo
Class ConfigThreeViewRefine
java.lang.Object
boofcv.factory.geo.ConfigThreeViewRefine
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionConvergence criteriaboolean
If true pixel coordinates will be normalized usingLowLevelMultiViewOps
.Specifies which algorithm to apply -
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
-
normalizePixels
public boolean normalizePixelsIf true pixel coordinates will be normalized usingLowLevelMultiViewOps
. Set to false only if pixels have already been scaled. -
converge
Convergence criteria -
which
Specifies which algorithm to apply
-
-
Constructor Details
-
ConfigThreeViewRefine
public ConfigThreeViewRefine()
-
-
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
-