Cog3DFeaturesExtractedEventArgs Features Property Cognex VisionPro 9.5
Gets the features that have been extracted.

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

public Cog3DCrspFeaturesCollection Features { get; }

Property Value

Type: Cog3DCrspFeaturesCollection
The features that have been extracted.
Remarks

The features are NOT deep copy from the feature extraction, and modifying them may result in unexpected behavior.
See Also