| 
            
              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
Syntaxpublic int[] Inliers { get; }Public ReadOnly Property Inliers As Integer()
	Get
 Request Example
		View SourceProperty Value
Type: 
Int32
See Also