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: 69.0.0.0
public Cog3DCircle CircleInImage3D { get; }public Cog3DCircle CircleInImage3D { get; }Public ReadOnly Property CircleInImage3D As Cog3DCircle
Get
Public ReadOnly Property CircleInImage3D As Cog3DCircle
Get
public:
property Cog3DCircle^ CircleInImage3D {
Cog3DCircle^ get ();
}public:
property Cog3DCircle^ CircleInImage3D {
Cog3DCircle^ get ();
}Property Value
Type:
Cog3DCircle
The circle is in the SelectedSpaceName3D of the range image
stored in the profile.
Return null is the circle was not computed.