Skip to content

New poisson sampler filter for point sets

This merge request introduces a poisson sampler filter for point sets.

This filter randomly sampled points from an input point set, setting a minimum distance between two samples, using a dart throwing algorithm. It works with SMP tools.

Merge request reports