2D minimal bounding box

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 (2026). 2D minimal bounding box (https://jp.mathworks.com/matlabcentral/fileexchange/31126-2d-minimal-bounding-box), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Automatic calculation of beam deflection, Protein Array Tool

カテゴリ

Help Center および MATLAB AnswersComputational Geometry についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

bug corrected

1.0.0.0