Cog3DCheckerboardFeatureExtractorLabelModeConstants EnumerationCognex VisionPro 9.20
Enumeration that specifies what style of fiducial mark is present on the calibration plate.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 80.0.0.0
Syntax

public enum Cog3DCheckerboardFeatureExtractorLabelModeConstants
Members

  Member nameValueDescription
None0 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.
UseFiducial1 The calibration plate has a Cognex standard fiducial mark: two rectangles of different lengths arranged in an 'L' shape.
UseDataMatrix2 The calibration plate has DataMatrix fiducial marks.
UseDataMatrixWithGridPitch3 The calibration plate has DataMatrix fiducial marks that incorporate specification of the grid pitch.
See Also