Click or drag to resize
Accord.NET (logo)

RansacPlaneEstimate Method

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

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

Parameters

points
Type: Accord.MathPoint3
A set of (possibly noisy) points.

Return Value

Type: Plane
The plane passing through the points.
See Also