PointSampler library (C++)
Loading...
Searching...
No Matches
distance_rejection_filter.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  ps
 

Functions

template<typename T , std::size_t N>
std::vector< Point< T, N > > ps::distance_rejection_filter (const std::vector< Point< T, N > > &points, T min_dist)
 Filters a set of points using a greedy distance-based rejection.
 
template<typename T , std::size_t N, typename ScaleFn >
std::vector< Point< T, N > > ps::distance_rejection_filter_warped (const std::vector< Point< T, N > > &points, T base_min_dist, ScaleFn scale_fn)
 Filters points based on spatially-varying minimal distance constraints.