pub fn box_filter( color: &[[f64; 3]], width: usize, height: usize, radius: usize, ) -> Vec<[f64; 3]>
Box filter denoising pass (simple spatial blur).