<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="Module.2003-12-11.1725">
  <name>Image Querying with Complex Wavelets: The 2D Discrete Fourier Transform</name>
  <metadata>
  <md:version>**new**</md:version>
  <md:created>2003/12/11 01:17:25.747 US/Central</md:created>
  <md:revised>2003/12/11 01:21:54.154 US/Central</md:revised>
  <md:authorlist>
    <md:author id="tcm">
      <md:firstname>Tom</md:firstname>
      
      <md:surname>Mowad</md:surname>
      <md:email>tm@rice.edu</md:email>
    </md:author>
    <md:author id="venkatc">
      <md:firstname>Venkat</md:firstname>
      
      <md:surname>Chandrasekaran</md:surname>
      <md:email>venkatc@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="tcm">
      <md:firstname>Tom</md:firstname>
      
      <md:surname>Mowad</md:surname>
      <md:email>tm@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="venkatc">
      <md:firstname>Venkat</md:firstname>
      
      <md:surname>Chandrasekaran</md:surname>
      <md:email>venkatc@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>2d dft</md:keyword>
    <md:keyword>two-dimensional discrete fourier transform</md:keyword>
  </md:keywordlist>

  <md:abstract>Introduces the 2D DFT.
</md:abstract>
</metadata>

  <content>
    <para id="par1">
The two-dimensional Discrete Fourier Transform is another important transform in image processing.  It is taken by applying the one-dimensional transform to each row, and then to each column, as seems to be the common practice for increasing the dimension of transforms in signal and image processing.  
</para>

<para id="par2">
The 2D DFT has many properties that are useful in image processing; however, most useful is its shift invariance.  The DFT of an image and its shifted version differ only by the multiplication with a complex exponential.  Since multiplication by a complex exponential changes the phase but not the magnitude, taking the magnitude of the DFT of an image can give us a different kind of “shift-invariance”; that is, the DFT of two versions of the same thing will, rather than being shifted versions of one another, be identical.  
    </para>   

     <figure id="fig1">
        <name>High frequency basis function.</name>
        <media type="image" src="real.jpg"/>
	<caption>Real part of a 2D DFT basis function</caption>
      </figure>

  </content>
  
</document>
