pub fn inverse_transform_spectral( image: &mut [i32], nx: usize, ny: usize, nz: usize, transform: SpectralTransform, )
Apply the inverse spectral transform along the z-axis.