Radon transform

From Wikipedia, the free encyclopedia

In mathematics, the Radon transform in two dimensions, named after Johann Radon, is the integral transform consisting of the integral of a function over the set of all lines.

For example if a line is represented by xcosθ + ysinθ = s, where s is shortest distance from the line to the origin and θ is the angle the line makes with the y-axis, then

\mathcal{R} [ f ](\theta,s) = \int_{-\infty}^{\infty} \int_{-\infty}^{\infty} f(x,y) \delta(x\cos \theta  + y\sin \theta - s ) \, dx \, dy.

In n-dimensional space the Radon transform is the integral of a function over hyperplanes. The integral of a function over the set of all lines in n-dimensional space is called the X-ray transform, although it is sometimes loosely referred to as a Radon transform.

In the context of tomography the Radon transform data is often called a sinogram because the Radon transform of a delta function is the characteristic function of the graph of a sine wave. Consequently the Radon transform of a number of small objects appears graphically as a number of blurred sine waves with different amplitudes and phases.

This transform in two dimensions and three dimensions (where a function is integrated over planes) was introduced in a 1917 paper by Johann Radon, who provided formulae for the inverse transform (reconstruction problem). It was later generalised, in the context of integral geometry.

The Radon transform is useful in computed axial tomography (CAT scan) and in the solution of hyperbolic partial differential equations.

Contents

[edit] Fourier slice theorem

The Radon transform is closely related to the Fourier transform. For a function of one variable we define the Fourier transform

\hat{f}(\omega)=\frac{1} {{(2\pi)}^{1/2}}\int f(x)e^{-ix\omega }\,dx.

and for a function of a 2-vector \mathbf{x}=(x,y)

\hat{f}(\mathbf{w})=\frac{1} {{2\pi}}\int\limits_{-\infty}^{\infty} \int\limits_{-\infty }^{\infty}  f(\mathbf{x})e^{-i\mathbf{x}\cdot\mathbf{w}}\,dx\, dy

and for convenience define Rθ[f](s) = R[f](s,θ) as we will be taking the Fourier transform in the s variable. The Fourier slice theorem then states

\widehat{R_{\theta}[f]}(\sigma)=\sqrt{2\pi}\hat{f}(\sigma\mathbf{n}(\theta)).

where

\mathbf{n}(\theta)= (\cos \theta,\sin\theta).

This result of course gives an explicit inversion formula for the Radon transform, and thus shows that it is invertible on suitably chosen spaces of functions. However it is not particularly useful for numerical inversion.

[edit] Filtered back-projection

An explicit and computationally efficient inversion algorithm exists for the two dimensional Radon transform called filtered back-projection. First consider the formal adjoint of R:

R^{*}[g](\mathbf{x})= \int_{\theta=0}^{2\pi} g(\theta,\mathbf{n}(\theta)\cdot \mathbf{x})\,d\theta,

This operator is commonly called 'back-projection' as it takes a function defined on each line in the plane and 'smears' or projects it back over the line to produce an image. Of course this adjoint is not an inverse to the Radon transform, for example the Radon transform of a small object is a function that has a thickened sine wave as its support. If this is back-projected it produces a star like image centered on the original object.

We define a ramp-filter on a function h of one variable by

\widehat{H[h]}(\omega)=|{w}|\hat{h}({\omega})

(the notation is not standard) then using the Fourier slice theorem and change of variables for integration we find that for f a function of two variables, and g = R[f]

f =\frac{1}{4\pi}R^{*}H[g]

which means that the original image f can be recovered from the 'sinogram' data g by applying a ramp filter (in the s variable) and then backprojecting. As the filtering step can be performed efficiently (for example using digital signal processing techniques) and the back projection step is simply an accumulation of values in the pixels of the image, this results in a highly efficient, and hence widely used, algorithm.

[edit] See also

[edit] References and external links

  • Deans, Stanley R. (1983). The Radon Transform and Some of Its Applications. New York: John Wiley & Sons. 
  • Frank Natterer, The Mathematics of Computerized Tomography (Classics in Applied Mathematics, 32), Society for Industrial and Applied Mathematics. ISBN 0-89871-493-1
  • Frank Natterer and Frank Wubbeling, Mathematical Methods in Image Reconstruction, Society for Industrial and Applied Mathematics. ISBN 0-89871-472-9
  • MathWorld page