CogCalibFeaturesExtractedEventArgs Features Property Cognex VisionPro 9.8
Gets the feature extraction result for the calibration image with PoseIndex and CameraIndex.

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

public CogCalibFeatureExtractorResult Features { get; }

Property Value

Type: CogCalibFeatureExtractorResult
The result including the features that have been extracted.
Remarks

The returned result is immutable.
See Also