Click or drag to resize
CvInvokeMinEnclosingCircle Method
http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberMinEnclosingCircle(PointF)
Finds the minimal circumscribed circle for 2D point set using iterative algorithm. It returns nonzero if the resultant circle contains all the input points and zero otherwise (i.e. algorithm failed)
Public methodStatic memberMinEnclosingCircle(IInputArray)
Finds the minimal circumscribed circle for 2D point set using iterative algorithm. It returns nonzero if the resultant circle contains all the input points and zero otherwise (i.e. algorithm failed)
Top
See Also