Cog3DRangeImageCrossSectionLineSegmentPointPoint LineSegmentInImage Property Cognex VisionPro
Gets the line segment computed by the execute method.

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

public CogLineSegment LineSegmentInImage { get; }

Property Value

Type: CogLineSegment
Remarks

The line segment is in the SelectedSpaceName of the range image stored in the profile. Returns null if the line segment was not computed.
See Also