0

Point Cloud to Mesh

Anonymous 10 years ago 0
This discussion was imported from CodePlex

zaurska wrote at 2012-08-15 16:52:

Hi

Is there a good way to take Point data and generate a mesh?

I have 300,000 points and if I just iterate through taking consecutive triangles and ignoring "Big triangles" I get a sort of usuable point cloud in about 2 seconds but I want a surface.

I don't have a regular grid so some of the examples (Surface Plot and Kinect Demo) are nearly what I need but not quite.

I'm at the limit of my math and want to resist getting into delaunay/voronoi if its already a feature here.

H3D is so great!

Z


objo wrote at 2012-08-24 09:47:

Do you need a convex hull? See http://miconvexhull.codeplex.com/


zaurska wrote at 2012-08-28 15:51:

Wow!

Yes that looks like it.  Thanks so much.

So very cool!