- OpenCV 3 Computer Vision with Python Cookbook
- Alexey Spizhevoy Aleksandr Rybnikov
- 42字
- 2021-08-27 19:47:46
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.