Fast 2D Convex Hull function
版本 1.0.0 (7.0 KB) 作者:
Foued Theljani
This ConvexHull function gives the englobing convex hull of 2D data set.
[V,I] = ConvexHull(InputData) gives the convex hull for a 2D points set.
InputInputData is a coordinate matrix of size Nx2. The first column contains the xInputData and the second column contains the yInputData :
InputData = [xInputData' yInputData']
[V,I] = ConvexHull(InputData) provides two types of elements :
V : The x-InputData and y-InputData values of the founded V
I : The position indexes of the founded V in the initial InputData.
See Demo file for more details.
引用格式
Foued Theljani (2024). Fast 2D Convex Hull function (https://www.mathworks.com/matlabcentral/fileexchange/68951-fast-2d-convex-hull-function), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2018b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Bounding Regions 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |
|