Extract features from a calibration image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 80.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The calibration image to extract features from.
Return Value
Type: Cog3DCrspFeaturesCollectionThe extracted feature correspondences and their weights.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also