Package boofcv.abst.fiducial.calib
Class ConfigChessboardBinary
java.lang.Object
boofcv.abst.fiducial.calib.ConfigChessboardBinary
- All Implemented Interfaces:
Configuration
,Serializable
Calibration parameters for chessboard style calibration grid.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe maximum distance in pixels that two corners can be from each other.Configuration for square detector.Configuration for thresholding the image -
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
-
maximumCornerDistance
The maximum distance in pixels that two corners can be from each other. In well focused image this number can be only a few pixels. The default value has been selected to handle blurred images. If relative it is relative to min(image.width,image.height) -
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 constructor. Values specified here are ignored.
-
-
Constructor Details
-
ConfigChessboardBinary
public ConfigChessboardBinary()
-
-
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
-