CvInvokeMinEnclosingCircle Method |
| Name | Description | |
|---|---|---|
| MinEnclosingCircle(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)
| |
| MinEnclosingCircle(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)
|