Cog3DCheckerboardFeatureExtractor PropertiesCognex VisionPro 9.7

The Cog3DCheckerboardFeatureExtractor type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets/sets the algorithm to be used for feature finding.
Public propertyDataMatrixTimeout
The maximum time in milliseconds to search for a single DataMatrix fiducial.
Public propertyDataMatrixTimeoutEnabled
If True, use the DataMatrixTimeout value when LabelMode is either DataMatrix or DataMatrixWithGridPitch.
Public propertyIsThreadSafe
Gets whether the implementation of the Execute(ICogImage) method is thread-safe. thread-safety is required to allow multithreading within implementations of the Execute(List< List< ICogImage > >) method.
(Overrides Cog3DCalibrationFeatureExtractorBase IsThreadSafe.)
Public propertyLabelMode
Gets/sets the style of fiducial mark to be found on the Cognex calibration plate.
Public propertyPhysGridPitch
Gets/sets the physical grid pitch of the Cognex checkerboard calibration plate.
Top
See Also