CogFindCircleResults GetCircle Method Cognex VisionPro
Returns a copy of the found Circle.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public CogCircle GetCircle()

Return Value

Type: CogCircle

The returned CogCircle.

Remarks

Returns a copy of the found CogCircle. If no shape could be fit to the generated points, NULL is returned.

The selected space of the returned CogCircle is set to the selected space of the input image.

See Also