Minimum Enclosing Circle

バージョン 1.1.0.0 (2.54 KB) 作成者: Yazan Ahed
A code to find the minimum circle enclosing a set of given 2d points (Cartesian).
ダウンロード: 3K
更新 2015/11/6

ライセンスの表示

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 is written based on the very nice Java applet found here (link not working anymore): http://heyoka.cs.uiuc.edu/~thite/mincircle/
Credit for the code is to author of the applet.

引用

Yazan Ahed (2024). Minimum Enclosing Circle (https://www.mathworks.com/matlabcentral/fileexchange/6457-minimum-enclosing-circle), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMatrices and Arrays についてさらに検索
謝辞

ヒントを与えたファイル: Minimum Enclosing Circle, geom2d

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Addressing complains about the code not working.
editing description

1.0.0.0

Correction to the help in minCircle.m