Gets the circle extracted by the execute method. Note that the circle is seen as a LineSegment in the image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public CogLineSegment CircleInImage { get; }public CogLineSegment CircleInImage { get; }Public ReadOnly Property CircleInImage As CogLineSegment
Get
Public ReadOnly Property CircleInImage As CogLineSegment
Get
public:
property CogLineSegment^ CircleInImage {
CogLineSegment^ get ();
}public:
property CogLineSegment^ CircleInImage {
CogLineSegment^ get ();
}Property Value
Type:
CogLineSegment
The circle is in the SelectedSpaceName of the range image
stored in the profile.
Return null is the circle was not computed.