dexp.processing.denoising.gaussian

Functions

calibrate_denoise_gaussian(image[, ...])

Calibrates the Gaussian denoiser for the given image and returns the optimal parameters obtained using the N2S loss.

denoise_gaussian(image[, sigma, truncate])

Denoises the given image using a simple Gaussian filter.