The Inverse Fast Fourier Transform 2D (hereinafter referred to as IFFT2D) is a fast algorithm derived from the Inverse Fast Fourier Transform (hereinafter referred to as IFFT). It efficiently converts two-dimensional data from the frequency domain to the time domain, commonly employed for the restoration of images and other two-dimensional frequency domain data to their original time domain representation.
| Time Domain Input Data | Parameter | Frequency Domain Output Data |
|---|---|---|
![]() | p_size = HB_HPL_FFT16 normalize = 0 dataType = HB_HPL_DATA_TYPE_I16 imFormat = HB_IM_FORMAT_SEPARATE numDimensionSize = 2 | ![]() |
IFFT2D is an extension of the IFFT algorithm, designed to map frequency domain data to time domain data. It operates on two-dimensional data by performing IFFT operations separately along the y and x directions. The specific procedure is outlined as follows:
For detailed interface information, please refer to hbIFFT2D。