Methods that focus on analyzing oscillations in an image.

Most often, this involves some version of the Fourier transform. The Fourier transform gives the “frequencies” for a function; given a function , the Fourier transform is equal to

a complex number whose magnitude and argument indicate the amplitude and phase of the corresponding wave.

The intuition for the above formula is that while the frequency at is transformed into the frequency at and thus can be integrated, all other frequencies become nonzero and thus integrate over complete cycles to zero.

The multivariable formulation of this, commonly used in computer vision, is

The Fourier transform also has the neat property that , i.e. the Fourier transform of a function’s Fourier transform is (roughly) itself.