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://ww2.mathworks.cn/matlabcentral/fileexchange/31126-2d-minimal-bounding-box), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Computational Geometry 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

bug corrected

1.0.0.0