[vtkusers] Uniform subsampling of mesh (point cloud) and normals

Sébastien Valette sebastien.valette at creatis.insa-lyon.fr
Fri May 6 04:41:41 EDT 2011


Hi,

Le 11/02/2011 15:04, Øystein Skotheim a écrit :
> Hello. I have a high-resolution mesh that I would like to subsample to 
> a given resolution (e.g. I want to specify that the vertices should be 
> 5mm apart from each other).
>
> Are there any decimation filters in VTK that can do this? (I do not 
> want to specify the number of output polygons, only the vertex spacing).
>
> (I was playing with vtkCleanPolyData, but it destroys the topology of 
> my mesh)
>
> Also, I would like to smooth the normals in the mesh (to minimize 
> influence from local, high-frequency variations in the geometry). 
> Ultimately I want to end up with list of points with associated 
> (smooth) surface normals.
>
> Any opinions on how to do this correctly are appreciated :-)

you could give a try to my mesh coarsening algorithm available here:
http://www.creatis.insa-lyon.fr/site/acvd

it uses VTK as base library.

Greetings,

Sebastien





>
> Cheers,
>
> ---
> Øystein Skotheim
> Research Scientist
> SINTEF ICT
>
>
> _______________________________________________
> Powered by 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




More information about the vtkusers mailing list