Cog3DCrspFeaturesCollection PointsRaw2D Property Cognex VisionPro 9.5
Gets/sets the collection of 2D feature points.

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

public Cog3DVect2Collection PointsRaw2D { get; set; }

Property Value

Type: Cog3DVect2Collection
A collection of 2D feature points.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument of the setter is null.
See Also