Skip to main content

gaussian_smooth_3d

Function gaussian_smooth_3d 

Source
fn gaussian_smooth_3d(
    data: &[f64],
    nx: usize,
    ny: usize,
    nz: usize,
    sigma: f64,
) -> Vec<f64>
Expand description

3D Gaussian smoothing using separable 1D convolutions