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