|
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
)
Public Function Estimate (
points As Point3()
) As Plane
Request Example
View SourceParameters
- points
- Type: Accord.MathPoint3
A set of (possibly noisy) points.
Return Value
Type:
PlaneThe plane passing through the points.
See Also