Find boundary vertice at openings

1 view (last 30 days)
Patrick
Patrick on 8 Nov 2014
Edited: Matt J on 8 Nov 2014
Can anyone tell me how to find the boundary vertice at the openings? Thanks!!

Answers (2)

Image Analyst
Image Analyst on 8 Nov 2014
Use convhulln() to get the coordinates of the 3 dimensional convex hull.

Matt J
Matt J on 8 Nov 2014
Edited: Matt J on 8 Nov 2014
The triangulation class has a freeBoundary() method that looks relevant

Categories

Find more on Bounding Regions in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!