CogCalibCheckerboard FeatureFinder Property Cognex VisionPro 9.7
An enumeration that specifies the algorithm used to find features on the calibration plate.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public CogCalibCheckerboardFeatureFinderConstants FeatureFinder { get; set; }

Property Value

Type: CogCalibCheckerboardFeatureFinderConstants
The default is CheckerboardExhaustive.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a member of CogCalibCheckerboardFeatureFinderConstants.
Remarks

Specifies the algorithm used to find features on the calibration plate.

Cognex recommends using exhaustive (CheckerboardExhaustive) checkerboard feature finding.

Support for grid-of-dots (DotGrid) calibration plates is provided to allow for the use of existing grid-of-dots calibration plates; checkerboard plates provide more accurate calibrations. The standard (Checkerbord) feature-finding algorithm is not recommended and is retained for backwards compatibility.

If you specifiy FiducialMark, the mark type must match the feature finder. DotGridAxes is only supported for DotGrid. StandardRectangles is supported for Checkerboard, or CheckerboardExhaustive, or CheckerboardEfficient. DataMatrix and DataMatrixWithGridPitch are supported for Checkerboard, or CheckerboardExhaustive, or CheckerboardEfficient, or CheckerboardExhaustiveMultiRegion, or CheckerboardEfficientMultiRegion.

See Also