Extract features from a calibration image.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The calibration image to extract features from.
Return Value
Type: CogCalibFeatureExtractorResultThe result of the extracted feature correspondences. The returned result might be used for single image calibration.
Implements
ICogCalibFeatureExtractor Execute(ICogImage)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also