Image filtering with 2-D FFT

preview_player
Показать описание
Learn the basics of 2-D image filtering with the Fast Fourier Transform (FFT), the computationally-efficient version of the Discrete Fourier Transform (DFT).
Рекомендации по теме
Комментарии
Автор

You are correct for the general case of a complex-valued input image. However, for a real-valued input image this extra computation is not needed, and here's why: Enabling the shift option at 4:06 applies a spatial shift to the frequency-domain input image (which means a phase shift in the spatial-domain input image), and because only the magnitude of the output image is retained (2:50) the phase shift in the filtered spatial image gets discarded anyways.

ntspress
Автор

Great video! Can I ask which hardware and software did you use for this tutorial?

MenelaosKotsollaris
Автор

Can you tell me what program you used to make the graphical images. Thanks David Lee

DavidLeeMenefee
Автор

Don't you have to shift G(u, v) back after applying the filter and before inversely transforming?

JanM