pub fn smooth_vector_gaussian(v: &mut [f32], sigma: f32, truncate: f32)
Light 1D Gaussian smoothing on a vector (along scans).