Polygonizing a surface

Tim Hutton T.Hutton at eastman.ucl.ac.uk
Wed Mar 1 05:09:11 EST 2000


At 09:57 29/02/00 -0800, you wrote:
>I have just started using VTK and I was wondering if the following is
>possible.  Given a point cloud, triangulate it and form a polygonal surface.
>I need to do this for some 3D model aquisition.

One way is to use explicit surface reconstruction. Pass your points into
vtkSurfaceReconstructionFilter and the output through vtkMarchingCubes. The
default parameters should work fine for both.

Will only work if the points are densely sampled on the surface, also has
problems with incomplete surfaces.

Hope this helps,

Tim.

---------------------------------------------------------------------------
Tim Hutton, Research Assistant            Email: T.Hutton at eastman.ucl.ac.uk
MINORI Project                          Eternal: T.Hutton at excite.co.uk
Dental and Medical Informatics     http://www.eastman.ucl.ac.uk/~dmi/MINORI
          
Eastman Dental Institute, UCL                    Tel: [+44] (0207) 915 2344
256 Gray's Inn Road, London WC1X 8LD, UK         Fax: [+44] (0207) 915 2303
---------------------------------------------------------------------------
This email represents the views of the sender alone and must not be
construed as representing the views of the Eastman Dental Institute. It may
contain confidential information and may be protected by law as a legally
privileged document and copyright work. Its content should not be disclosed
and it should not be given or copied to anyone other than the person(s)
named or referenced above. If you have received this email in error, please
contact the sender.

--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------



More information about the vtkusers mailing list