- OpenCV 3 Computer Vision with Python Cookbook
- Alexey Spizhevoy Aleksandr Rybnikov
- 42字
- 2025-04-04 17:17:44
Going from the spatial domain to the frequency domain (and back) using the discrete Fourier transform
In this recipe, you will learn how to convert a grayscale image from spatial representation to frequency representation, and back again, using the discrete Fourier transform.