Click or drag to resize
Accord.NET (logo)

RansacFundamentalEstimatorInliers Property

Gets the final set of inliers detected by RANSAC.

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

Property Value

Type: Int32
See Also