Cog3DCalibrationFeatureExtractorBase Execute Method (ICogImage)Cognex VisionPro 9.22
Extract features from a calibration image.

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

public abstract 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.

Implements

ICog3DCalibrationFeatureExtractor Execute(ICogImage)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also