Cog3DRangeImageCrossSectionExtractCircleFit CircleInImage3D 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 Cog3DCircle CircleInImage3D { get; }

Property Value

Type: Cog3DCircle
Remarks

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