[vtkusers] mesh subdivision and uniform point distribution
David Doria
daviddoria at gmail.com
Mon Apr 30 08:34:07 EDT 2012
Wenlong, ICP is for registration, not sampling.
Rui, I you might look at something like Stratified Sampling:
https://github.com/daviddoria/StratifiedSampling
or a built-in VTK option is the vtkCleanPolyDataFilter:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DownsamplePointCloud
However, neither of these preserve mesh connectivity (i.e. they are just
point cloud operations) so you'd have to do some remeshing after the fact.
Good luck,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120430/4e1b83d0/attachment.htm>
More information about the vtkusers
mailing list