HighMap library (C++)
Loading...
Searching...
No Matches
bilateral_filter.cpp File Reference

Namespaces

namespace  hmap
 
namespace  hmap::gpu
 

Functions

Array hmap::gpu::bilateral_filter (const Array &array, const Array &kernel2d, const Array &kernel1d, float kernel1d_value_scaling)
 Apply a bilateral filter to an array.
 
Array hmap::gpu::bilateral_filter (const Array &array, int ir, float kernel1d_value_scaling)
 Apply a bilateral filter to an array using a radius-based Gaussian kernel.