fn box_blur_kernel_size(std_deviation: f64) -> usize
Expand description

Returns a size of the box blur kernel to approximate the gaussian blur.