Skip to main content

inverse_transform_spectral

Function inverse_transform_spectral 

Source
pub fn inverse_transform_spectral(
    image: &mut [i32],
    nx: usize,
    ny: usize,
    nz: usize,
    transform: SpectralTransform,
)
Expand description

Apply the inverse spectral transform along the z-axis.