Algebraic Reconstruction Technique

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

File:Algebraic Reconstruction Technique - animated.gif
Animated sequence of reconstruction steps, one iteration.

The Algebraic Reconstruction Technique (ART) is a class of iterative algorithms used in computed tomography. These reconstruct an image from a series of angular projections (a sinogram). Gordon, Bender and Herman first showed its use in image reconstruction;[1] whereas the method is known as Kaczmarz method in numerical linear algebra.[2][3]

ART can be considered as an iterative solver of a system of linear equations. The values of the pixels are considered as variables collected in a vector  x , and the image process is described by a matrix  A . The measured angular projections are collected in a vector  b . Given a real or complex  m \times n matrix  A and a real or complex vector  b , respectively, the method computes an approximation of the solution of the linear systems of equations as in the following formula,


  x^{k+1} 
  = 
  x^{k} 
  + 
  \lambda_k 
  \frac{b_{i} - \langle a_{i}, x^{k} \rangle}{\lVert a_{i} \rVert^2} a_{i}

where  i = k \, \bmod \, m + 1 ,  a_i is the i-th row of the matrix  A ,  b_i is the i-th component of the vector  b , and  \lambda_k is a relaxation parameter. The above formulae gives a simple iteration routine.

An advantage of ART over other reconstruction methods (such as filtered backprojection) is that it is relatively easy to incorporate prior knowledge into the reconstruction process.

For further details see Kaczmarz method.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.


<templatestyles src="Asbox/styles.css"></templatestyles>