Package boofcv.alg.fiducial.calib
Class ConfigCalibrationTarget
java.lang.Object
boofcv.alg.fiducial.calib.ConfigCalibrationTarget
- All Implemented Interfaces:
Configuration
,Serializable
Describes the calibration target.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionPhysical descrition of ECoCheckPhysical description of all regular grid patternsPhysical description of hamming chessboardPhysical description of hamming grid@Nullable CalibrationPatterns
Which type of calibration target -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
type
Which type of calibration target -
ecocheck
Physical descrition of ECoCheck -
hammingChess
Physical description of hamming chessboard -
hammingGrid
Physical description of hamming grid -
grid
Physical description of all regular grid patterns
-
-
Constructor Details
-
ConfigCalibrationTarget
public ConfigCalibrationTarget()
-
-
Method Details
-
getActiveDescription
-
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
-
toString
-