Can I Calculate the Fourier Transform of an Image by Hand?

  • Thread starter Thread starter u0362565
  • Start date Start date
  • Tags Tags
    Fourier Image
Click For Summary
SUMMARY

The discussion centers on calculating the Fourier Transform of an image, specifically addressing the process and implications of doing so by hand. It is established that the Fourier Transform breaks down an image into its component sinusoids, utilizing pixel intensity values across RGB channels. The center pixel of the Fourier Transform represents the average intensity, while surrounding pixels indicate color variations at different spatial frequencies. Although it is technically feasible to compute the Fourier Transform manually, it is highly impractical due to the complexity and potential for error, making computational methods preferable.

PREREQUISITES
  • Understanding of Fourier Transform principles
  • Familiarity with image representation in pixels
  • Knowledge of RGB color channels
  • Basic mathematical skills for handling Fourier equations
NEXT STEPS
  • Study the Fast Fourier Transform (FFT) algorithm for efficient computation
  • Explore image processing libraries such as OpenCV for practical applications
  • Learn about the mathematical derivation of the Fourier Transform
  • Investigate the implications of frequency domain analysis in image processing
USEFUL FOR

This discussion is beneficial for image processing professionals, computer vision researchers, and anyone interested in the mathematical foundations of Fourier analysis in images.

u0362565
Messages
51
Reaction score
0
Hi all,

I have a somewhat qualitative understanding of image Fourier transforms and what they represent which for the most part is sufficient for me. However i am interested to know how when i use an image analysis program to produce the Fourier transform of a real image, what is actually going on? Would it be possible by hand to calculate the Fourier transform of an image and if i wanted to do this what would be the process? Ultimately all you have in the real image is pixels which represent changes in intensity over 2 dimensional space? What values from the real image are used in the Fourier transform equation?

Thanks for the help!
 
Physics news on Phys.org
Do you know how Fourier series work mathematically? What the image program does is essentially to make a Fourier expansion of the intensity functions for each channel (RGB). The result is that the middle pixel of the Fourier transform represents the overall average intensity of the image and the other pixels how the colors vary over the image. A high intensity of one color near the center means that color displays large variations on large scales of the image and the further you get from the center the smaller the scale becomes. All of the values from the real image are used in creating the transform and no information is lost.

Technically you could compute the Fourier transform by hand, but it would be extremely tedious and you would likely end up making errors just because of moving a lot of numbers around. A computer is much more suited to do this.
 
Thankfully Joseph didn't mind a little tedium ;) The degree of tedium though does depend upon just how much information you wish to encode and study. By the late 1960s hand-held, real time instruments were available that would handle FFTs. I owned a few that cost considerably less than $200 USD at the time. It would be 20 years before real microprocessing with even 1MB Ram would exist.
 
Hi guys,

What i know is that to produce the Fourier transform you're essentially breaking the image up into its component sinusoids (variations in intensity in space). These are then mapped to 2d axes. Where as you say the origin represents the zero frequency and increasing spatial frequencies are further from the origin. An intuitive understanding of what's going on is not so difficult to comprehend but when i see the Fourier formula and say i have an image, I wouldn't know what values from the image are actually being plugged into the formula. Is it an operation that works on each pixel in turn? But a pixel only tells you two things, its position and its intensity, where is this utilised in the formula?

Thanks
 
Essentially all of the pixels are used for all of the Fourier modes (although some may be multiplied by zero depending on the sinusoid). The operation transforms all of the information in the picture into a different way of displaying the same information.
 
Ok thanks, i think that's all i need to know.
 
I do not have a good working knowledge of physics yet. I tried to piece this together but after researching this, I couldn’t figure out the correct laws of physics to combine to develop a formula to answer this question. Ex. 1 - A moving object impacts a static object at a constant velocity. Ex. 2 - A moving object impacts a static object at the same velocity but is accelerating at the moment of impact. Assuming the mass of the objects is the same and the velocity at the moment of impact...

Similar threads

  • · Replies 3 ·
Replies
3
Views
5K
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
877
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K