Find all IDs in pointLocation for point located on boundary of polygon.
3 ビュー (過去 30 日間)
古いコメントを表示
When we search for a point located on boundary then the largest ID is returned, but I want all the IDs how can I do that?
Is there any other way to find it?
2 件のコメント
回答 (2 件)
Matt J
2022 年 1 月 11 日
If it's a convex cloud, you can just use convhull(). If it is not convex, then you need to define what you mean by the boundary, since there are many 3D envelopes possible for a point cloud. You might consider alphashape(), however..
2 件のコメント
Matt J
2022 年 1 月 11 日
Did you intend to attach code or a plot? I see none.
In any case, my advice applies in 2D as well.
参考
カテゴリ
Help Center および File Exchange で Triangulation Representation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!