| 
            
              RansacCircleEstimate Method (IEnumerableIntPoint)
             | 
          
        
         
              Produces a robust estimation of the circle
              passing through the given (noisy) points.
            
 
    Namespace: 
   Accord.MachineLearning.Geometry
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic Circle Estimate(
	IEnumerable<IntPoint> points
)
Public Function Estimate ( 
	points As IEnumerable(Of IntPoint)
) As Circle
 Request Example
		View SourceParameters
- points
 - Type: System.Collections.GenericIEnumerableIntPoint
A set of (possibly noisy) points. 
Return Value
Type: 
CircleThe circle passing through the points.
See Also