ICogCalibFeatureExtractor Execute Method (ICogImage)Cognex VisionPro 9.20
Extract features from a calibration image.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 80.0.0.0
Syntax

CogCalibFeatureExtractorResult Execute(
	ICogImage image
)

Parameters

image
Type: Cognex.VisionPro ICogImage
The calibration image to extract features from.

Return Value

Type: CogCalibFeatureExtractorResult
The result of the extracted feature correspondences. The returned result might be used for single image calibration.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also