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