Cog3DCrsp2D3D FeatureRaw2D Property Cognex VisionPro
Gets/sets the 2D feature(s).

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

public Object FeatureRaw2D { get; set; }

Property Value

Type: Object
An Object representing the found 2D feature or a collection of found 2D features in the acquired image. Set this property to null to indicate the 2D feature(s) was not found. Note that most corresponders and pose estimators support Objects of type Cog3DVect2 and Cog3DVect2Collection. Check the corresponder/pose estimator you are using for supported 2D feature types.
See Also