Enumeration that specifies what style of fiducial mark
is present on the calibration plate.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The origin of the coordinate system is set at the vertex closest to the center of the image. The X axis is set to be the direction of a row or column of vertices along which X components of image coordinates of vertices increase faster. | |
| UseFiducial | 1 | The calibration plate has a Cognex standard fiducial mark: two rectangles of different lengths arranged in an 'L' shape. | |
| UseDataMatrix | 2 | The calibration plate has DataMatrix fiducial marks. | |
| UseDataMatrixWithGridPitch | 3 | The calibration plate has DataMatrix fiducial marks that incorporate specification of the grid pitch. |
See Also