[vtkusers] Reduce points on the surface model

David Doria daviddoria at gmail.com
Thu Nov 22 17:28:23 EST 2012


On Thu, Nov 22, 2012 at 1:25 PM, R D <rupin.dalvi at gmail.com> wrote:

> Have a look at this, it should help:
>
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/Decimation
>
> Regards,
>
> Rupin


I don't believe VTK has anything to guarantee the "uniformly distributed"
nature of the points.

There is an algorithm called "stratified sampling" that does this. You can
try this implementation:
https://github.com/daviddoria/StratifiedSampling

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121122/4e11822d/attachment.htm>


More information about the vtkusers mailing list