A suite of minimal bounding objects

버전 1.2.0.0 (268 KB) 작성자: John D'Errico
Suite of tools to compute minimal bounding circles, rectangles, triangles, spheres, incircles, etc.
다운로드 수: 9K
업데이트 날짜: 2014/5/23

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

I've written quite a few separate tools to generate a minimal bounding object of some ilk. So if you have a set of points in the plane, and wish to generate the minimal bounding...
- rectangle
- triangle
- general quadrilateral
- circle
- parallelogram
- semi-circle

there is a tool in here to solve your task efficiently. You will also find minboundsphere, for 3-d data. Inscribed objects are also supported, computed by incircle and insphere.

Caveat - if you have only an image, don't expect these tools to work directly. (The image processing toolbox can do much here anyway - look there first.) In order to use these tools, I require a set of extracted points.

인용 양식

John D'Errico (2025). A suite of minimal bounding objects (https://kr.mathworks.com/matlabcentral/fileexchange/34767-a-suite-of-minimal-bounding-objects), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Triangulation Representation에 대해 자세히 알아보기
도움

도움 준 파일: Minimal Bounding Box, Polarizability_GUI5

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Repair for minboundcircle

1.1.0.0

Removed a tool I had been testing, but only accidentally included