Click or drag to resize
Accord.NET (logo)

RansacCircleEstimate Method (IEnumerableIntPoint)

Produces a robust estimation of the circle passing through the given (noisy) points.

Namespace:  Accord.MachineLearning.Geometry
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Circle Estimate(
	IEnumerable<IntPoint> points
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericIEnumerableIntPoint
A set of (possibly noisy) points.

Return Value

Type: Circle
The circle passing through the points.
See Also