Click or drag to resize
Accord.NET (logo)

RansacLineEstimate Method (IntPoint)

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

Namespace:  Accord.MachineLearning.Geometry
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Line Estimate(
	IntPoint[] points
)
Request Example View Source

Parameters

points
Type: AccordIntPoint
A set of (possibly noisy) points.

Return Value

Type: Line
The line passing through the points.
See Also