|
RansacLineInliers 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; }
Public ReadOnly Property Inliers As Integer()
Get
Request Example
View SourceProperty Value
Type:
Int32See Also