The Cog3DCheckerboardFeatureExtractor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Algorithm |
Gets/sets the algorithm to be used for feature finding.
| |
| DataMatrixTimeout |
The maximum time in milliseconds to search for a single
DataMatrix fiducial.
| |
| DataMatrixTimeoutEnabled |
If True, use the
DataMatrixTimeout
value when
LabelMode
is either
DataMatrix
or
DataMatrixWithGridPitch.
| |
| IsThreadSafe |
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.) | |
| LabelMode |
Gets/sets the style of fiducial mark to be found on the
Cognex calibration plate.
| |
| PhysGridPitch |
Gets/sets the physical grid pitch of the Cognex checkerboard
calibration plate.
|
See Also