|   | RansacCircleEstimate Method (IntPoint) | 
        
         
              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
 Syntax
Syntaxpublic Circle Estimate(
	IntPoint[] points
)
Public Function Estimate ( 
	points As IntPoint()
) As Circle
Parameters
- points
- Type: AccordIntPoint
 A set of (possibly noisy) points.
Return Value
Type: 
CircleThe circle passing through the points.
 See Also
See Also