|
RansacLineEstimate Method (IEnumerablePoint)
|
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(
IEnumerable<Point> points
)
Public Function Estimate (
points As IEnumerable(Of Point)
) As Line
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericIEnumerablePoint
A set of (possibly noisy) points.
Return Value
Type:
LineThe line passing through the points.
See Also