Cog3DCheckerboardFeatureExtractor Execute Method (ICogImage)Cognex VisionPro
Extracts features from a Cognex checkerboard calibration plate image. The fiducial defining the calibration plate's origin, must be within the field of view or an exception is thrown.

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

public override Cog3DCrspFeaturesCollection Execute(
	ICogImage image
)

Parameters

image
Type: Cognex.VisionPro ICogImage
The calibration image of the Cognex checkerboard calibration plate.

Return Value

Type: Cog3DCrspFeaturesCollection
The extracted feature correspondences and their weights.

Implements

ICog3DCalibrationFeatureExtractor Execute(ICogImage)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
Exception If the expected origin fiducial feature could not be found.
See Also