| image = | backwardDiscreteFourierTransform2dImg (inDFTImg1,inDFTImg2) |
| image = | backwardDiscreteFourierTransform2dImg (inDFTImg1,inDFTImg2,inOptDFTConfig) |
Backward Discrete Fourier Transform for an input 2d image.
This algorithm allows to compute the real part of Backward Discrete Fourier Transformation of an input complex 2d image reprensented by its two components
and
.
In two dimensions, the real part of Backward Discrete Fourier Transformation (BDFT) of input images
and
with
rows and
columns is defined as the following real image:
This transformation allows to retrieve forward domain and can be usefull for example in case of filtering of Fourier Frequencies. The following image is an illustration of Backward Discrete Fourier Transformation results:
As in case of Forward Discrete Fourier Transform (see Forward Discrete Fourier Transform 2d),
parameter allows to setup:
:
along x axis and
along y axis,
along x axis and
along y axis.