Enumeration that specifies how features on the calibration plate are found.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Checkerboard | 0 | The standard checkerboard feature finding algorithm will be used. | |
| CheckerboardExhaustive | 1 | The exhaustive checkerboard feature finding algorithm will be used. | |
| DotGrid | 2 | The dot grid feature finding algorithm will be used. | |
| CheckerboardExhaustiveMultiRegion | 3 | Find features from every contiguous checkerboard region in which a DataMatrix fiducial is successfully decoded. | |
| CheckerboardEfficient | 4 | The efficient checkerboard feature finding algorithm will be used. | |
| CheckerboardEfficientMultiRegion | 5 | Efficiently find features from every contiguous checkerboard region in which a DataMatrix fiducial is successfully decoded. |
See Also