[vtkusers] mesh generation for point cloud data

Maxwell, Thomas P. (GSFC-606.2)[COMPUTER SCIENCE CORP] thomas.maxwell at nasa.gov
Wed Aug 28 10:57:26 EDT 2013


Also, if the points are ordered (e.g. as in scan lines) it is MUCH more efficient to build the mesh yourself (construct a vtkPolyData instance) using the natural ordering of the data.

From: Alexandre Boucher <afboucher at gmail.com<mailto:afboucher at gmail.com>>
Date: Wednesday, August 28, 2013 2:23 AM
To: R R <rrane at rocketmail.com<mailto:rrane at rocketmail.com>>
Cc: "vtkusers at vtk.org<mailto:vtkusers at vtk.org>" <vtkusers at vtk.org<mailto:vtkusers at vtk.org>>
Subject: Re: [vtkusers] mesh generation for point cloud data

Hello,

Look at vtkDelaunay2D and vtkDelaunay3D.  I believe this is what you are looking for.

Regards


On Tue, Aug 27, 2013 at 10:42 PM, R R <rrane at rocketmail.com<mailto:rrane at rocketmail.com>> wrote:
Hello every one,

I have a point cloud data, representing a 3D face. I'm wondering if there is any way that I could generate a surface mesh out of this point cloud. I mean I have a bunch of points in 3D space and want to have a surface mesh for them by triangulation. Could you please let me know if it is possible to do something like that in VTK?

Thanks a lot,
Rane

_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130828/eb3f9bb7/attachment.htm>


More information about the vtkusers mailing list