|
PointSampler library (C++)
|
Go to the source code of this file.
Namespaces | |
| namespace | ps |
Functions | |
| template<typename T , size_t N, typename DensityFn > | |
| std::vector< Point< T, N > > | ps::importance_resampling (size_t count, size_t oversampling_ratio, const std::array< std::pair< T, T >, N > &axis_ranges, DensityFn density_fn, std::optional< unsigned int > seed=std::nullopt) |
| Generates a point set via importance resampling from a quasi-random oversampled grid. | |