CogFitCircleResult GetCircle Method Cognex VisionPro 9.5
Returns a copy of the shape resulting from the fit.

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

public CogCircle GetCircle()

Return Value

Type: CogCircle

The returned CogCircle.

Remarks

Returns a copy of the CogCircle resulting from the fit.

See Also