Skip to main content

box_filter

Function box_filter 

Source
pub fn box_filter(
    color: &[[f64; 3]],
    width: usize,
    height: usize,
    radius: usize,
) -> Vec<[f64; 3]>
Expand description

Box filter denoising pass (simple spatial blur).