Package boofcv.abst.fiducial.calib
Class ConfigCircleHexagonalGrid
java.lang.Object
boofcv.abst.fiducial.calib.ConfigCircleHexagonalGrid
- All Implemented Interfaces:
Configuration,Serializable
Calibration parameters for an hexagonal grid of circle calibration target.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleHow similar edge intensity between two ellipses need to be.Configuration for the ellipse detectordoubleHow similar two ellipses must be to be connected.Configuration for thresholding the image -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
thresholding
Configuration for thresholding the image -
ellipse
Configuration for the ellipse detector -
ellipseSizeSimilarity
public double ellipseSizeSimilarityHow similar two ellipses must be to be connected. 0 to 1.0. 1.0 = perfect match and 0.0 = infinite difference in size -
edgeIntensitySimilarityTolerance
public double edgeIntensitySimilarityToleranceHow similar edge intensity between two ellipses need to be. 0 to 1.0. 1.0 = perfect match
-
-
Constructor Details
-
ConfigCircleHexagonalGrid
public ConfigCircleHexagonalGrid()
-
-
Method Details
-
setTo
-
checkValidity
public void checkValidity()Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-