Extracts features from a Cognex checkerboard calibration plate image.
The fiducial defining the calibration plate's
origin, must be within the field of view or an exception is thrown.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The calibration image of the Cognex checkerboard calibration plate.
Return Value
Type: Cog3DCrspFeaturesCollectionThe extracted feature correspondences and their weights.
Implements
ICog3DCalibrationFeatureExtractor Execute(ICogImage)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
| Exception | If the expected origin fiducial feature could not be found. |
See Also