[vtkusers] Using vtkContourFilter for Rendering a Point Cloud

Cory Quammen cquammen at cs.unc.edu
Wed Apr 30 09:20:35 EDT 2008


Moritz,

You need to turn your point cloud into a scalar volume prior to
applying the vtkContourFilter. You could use one of several options:

vtkFastSplatter
vtkGaussianSplatter
vtkShepardMethod

Hope that helps,
Cory

On Wed, Apr 30, 2008 at 4:56 AM, Moaix
<moritz.bernard.fricke at rwth-aachen.de> wrote:
>
>  Dear all,
>
>  i have an Unstructured Grid of Points representing a Point Cloud. Each point
>  has a scalar value that is its energy.
>  I want to create isosurfaces in energy for the volume where this point cloud
>  is located. As i started using vtk just two weeks ago, i want to know how to
>  do that. I think, vtkContourFilter will do that but i don't know how to use
>  it.
>
>  Can anybody help me with my problem?
>
>  Thank you in advance,
>
>  Moritz
>  --
>  View this message in context: http://www.nabble.com/Using-vtkContourFilter-for-Rendering-a-Point-Cloud-tp16977405p16977405.html
>  Sent from the VTK - Users mailing list archive at Nabble.com.
>
>  _______________________________________________
>  This is the private VTK discussion list.
>  Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>  Follow this link to subscribe/unsubscribe:
>  http://www.vtk.org/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
Department of Computer Science
University of North Carolina at Chapel Hill
http://www.cs.unc.edu/~cquammen



More information about the vtkusers mailing list