GUI demo for 2D convex hull techniques comparison

版本 1.4 (42.4 KB) 作者: Nicolas Douillet
GUI demo for 2D convex hull techniques comparison (Jarvis / gift wrapping, divide and conquer, Graham)
25.0 次下载
更新时间 2020/7/7

查看许可证

F5 to run the GUI demo.

Known limitations : Graham algorithm is slow to converge. I recommand not to run with more than a few dozen of points as an input.

Jarvis / gift wrapping algorithm sometimes encounters a slight "ghosty" bug (one point outside of the hull). I still have to fix it.

In case you encounter an error linked with the .fig while running, try to adapt the its path in the property inspector of the whole figure :

guide convex_hull_GUI.fig then right click on it, then choose property inspector, then look for the only path field, then adapt it to your own path if necessary.

引用格式

Nicolas Douillet (2024). GUI demo for 2D convex hull techniques comparison (https://www.mathworks.com/matlabcentral/fileexchange/77843-gui-demo-for-2d-convex-hull-techniques-comparison), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.4

Updated figure name

1.3

Improved description

1.2

Cover img new test

1.1

New cover img

1.0.0