2D minimal bounding box
バージョン 1.1.0.0 (1.95 KB) 作成者:
julien diener
Compute quickly the minimal bounding box of a set of 2D points
Compute the minimal bounding box of a set of 2D points, similarly to the "Minimal Bounding Rectangle" of John D'Errico.
However:
- The algorithm is fully vectorized (matlab implementation, no for loop). Thus it is better for big set of points
- It computes only the minimum area rectangle, not the minimum perimeter
引用
julien diener (2025). 2D minimal bounding box (https://jp.mathworks.com/matlabcentral/fileexchange/31126-2d-minimal-bounding-box), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Computational Geometry についてさらに検索
タグ
謝辞
ヒントを与えたファイル: Automatic calculation of beam deflection, Protein Array Tool
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!