ICog3DCalibrationFeatureExtractor Execute Method (ICogImage)Cognex VisionPro 9.8
Extract features from a calibration image.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

Cog3DCrspFeaturesCollection Execute(
	ICogImage image
)

Parameters

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

Return Value

Type: Cog3DCrspFeaturesCollection
The extracted feature correspondences and their weights.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also