Click or drag to resize
Accord.NET (logo)

RansacPlaneInliers Property

Gets the final set of inliers detected by RANSAC.

Namespace:  Accord.MachineLearning.Geometry
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int[] Inliers { get; }
Request Example View Source

Property Value

Type: Int32
See Also