Minimum Enclosing Circle
by Yazan Ahed
02 Dec 2004
(Updated 18 Oct 2011)
A code to find the minimum circle enclosing a set of given 2d points (Cartesian).
|
Watch this File
|
| File Information |
| Description |
This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points.
The code is not optimized and may have bugs, but for the many cases I tried it seems to work.
The code was written based on the very nice Java applete found here: http://heyoka.cs.uiuc.edu/~thite/mincircle/
Credit are due mainly to author of the applet. |
| Acknowledgements |
This submission has inspired the following:
Minimum Enclosing Circle
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 27 Feb 2005 |
xunkai wei
|
|
|
| 27 Feb 2005 |
yazan Ahed
|
|
|
| 29 Jun 2005 |
Sergei Koptenko
|
|
|
| 28 Dec 2006 |
Can Aysal
|
|
|
| Updates |
| 07 Dec 2004 |
Correction to the help in minCircle.m |
| 10 Dec 2004 |
Correction to the help in minCircle.m |
| 18 Oct 2011 |
Addressing complains about the code not working. |
|
Contact us at files@mathworks.com