Cog3DRangeImageCrossSectionExtractCircleFit CircleInImage Property Cognex VisionPro 9.5
Gets the circle extracted by the execute method. Note that the circle is seen as a LineSegment in the image.

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

public CogLineSegment CircleInImage { get; }

Property Value

Type: CogLineSegment
Remarks

The circle is in the SelectedSpaceName of the range image stored in the profile. Return null is the circle was not computed.
See Also