Clear Filters
Clear Filters

how to get the surface patch after delaunay triangulation

8 views (last 30 days)
I have a set of point cloud ,after delaunay triangulated these points,I got a connectivity of all the points.What can I do to get the surface triangular patches of the rebuilt 3D model.Or,I want to get the connectivity of all the points without inner egdes.Thank you.

Accepted Answer

Mike Garrity
Mike Garrity on 25 Jan 2016
Have you tried the freeBoundary method as shown in the first example on this documentation page ?
  1 Comment
LIN Hongbin
LIN Hongbin on 26 Jan 2016
Thank you !I made a mistake at first that I used boundary without DT.Now I got it.Thank you,Mike!

Sign in to comment.

More Answers (0)

Categories

Find more on Delaunay Triangulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!