HighMap library (C++)
|
Go to the source code of this file.
Namespaces | |
namespace | hmap |
Functions | |
void | hmap::downscale_transform (Array &array, float kc, std::function< void(Array &x)> unary_op, bool apply_prefiltering=false) |
Applies a downscaling transformation to a 2D array using Fourier-based filtering. | |
void | hmap::downscale_transform_multi (Array &array, std::vector< float > kc_list, std::function< void(Array &x, const int current_index)> unary_op, bool apply_prefiltering=false) |