Package boofcv.abst.fiducial.calib
Class ConfigSquareGrid
java.lang.Object
boofcv.abst.fiducial.calib.ConfigSquareGrid
- All Implemented Interfaces:
Configuration
,Serializable
Calibration parameters for square-grid style calibration grid.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionConfiguration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor.Configuration for thresholding the image -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigSquareGrid 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
-
thresholding
Configuration for thresholding the image -
square
Configuration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor. Values specified here are ignored.
-
-
Constructor Details
-
ConfigSquareGrid
public ConfigSquareGrid()
-
-
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
-