Gets the features that have been extracted.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public Cog3DCrspFeaturesCollection Features { get; }public Cog3DCrspFeaturesCollection Features { get; }Public ReadOnly Property Features As Cog3DCrspFeaturesCollection
Get
Public ReadOnly Property Features As Cog3DCrspFeaturesCollection
Get
public:
property Cog3DCrspFeaturesCollection^ Features {
Cog3DCrspFeaturesCollection^ get ();
}public:
property Cog3DCrspFeaturesCollection^ Features {
Cog3DCrspFeaturesCollection^ get ();
}Property Value
Type:
Cog3DCrspFeaturesCollection
The features that have been extracted.
The features are NOT deep copy from the feature extraction, and modifying
them may result in unexpected behavior.