gauss_blur_computation#
- petpal.utils.math_lib.gauss_blur_computation(input_image: numpy.ndarray, blur_size_mm: float, input_zooms: list, use_fwhm: bool)#
Applies a Gaussian blur to an array image. Function intended to be a wrapper to be applied by other methods.