Geary's C: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Steveborgatti
changed autocorrelation to temporal autocorrelation, because that was what was intended. Also eliminated artificial restriction to 2-dimensional planes.
en>Yobot
m WP:CHECKWIKI error fixes / Tagging using AWB (10691)
 
Line 1: Line 1:
{{confusing|date=June 2010}}
I'm Deandre (25) from Hurth, Austria. <br>I'm learning German literature at a local university and I'm just about to graduate.<br>I have a part time job in a college.<br><br>Here is my blog - [http://www.dochim.com/xe/?document_srl=440869 backup plugin]
[[image:Algebraic Reconstruction Technique - animated.gif|frame|right|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 [[Computed axial tomography|sinogram]]). Gordon, Bender and Herman first showed its use in image reconstruction;<ref name="ref3">{{cite journal|last=Gordon|first=R|coauthors=Bender, R; Herman, GT|title=Algebraic reconstruction techniques (ART) for three-dimensional electron microscopy and x-ray photography|journal=[[Journal of Theoretical Biology]]|date=December 1970|volume=29|issue=3|pages=471–81|pmid=5492997}}</ref> whereas the method is known as [[Kaczmarz method]] in numerical linear algebra.<ref name="ref1">{{cite book|last=Herman|first=Gabor T.|title=Fundamentals of computerized tomography : image reconstruction from projections|year=2009|publisher=Springer|location=Dordrecht|isbn=978-1-85233-617-2|edition=2nd ed.}}</ref><ref>{{cite book|last=Natterer|first=F.|title=The mathematics of computerized tomography|year=1986|publisher=B.G. Teubner|location=Stuttgart|isbn=0-471-90959-9}}</ref>
 
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 <math> x </math>, and the image process is described by a matrix <math> A </math>. The measured angular projects are collected in a vector <math> b </math>. Given a real or complex 
<math> m \times n </math>  
matrix
<math> A </math>
and a real or complex vector
<math> b </math>,
respectively, the method computes an approximation of the solution of the linear
systems of equations as in the following formula,
 
: <math>
  x^{k+1}
  =
  x^{k}
  +
  \lambda_k
  \frac{b_{i} - \langle a_{i}, x^{k} \rangle}{\lVert a_{i} \rVert^2} a_{i}
</math>
where
<math> i = k \, \bmod \, m + 1 </math>,
<math> a_i </math>
is the ''i''-th row of the matrix
<math> A </math>,
<math> b_i </math>
is the ''i''-th component of the vector
<math> b </math>,
and
<math> \lambda_k </math>
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==
<references/>
 
[[Category:Medical imaging]]
[[Category:Radiography]]
 
 
{{comp-sci-stub}}

Latest revision as of 13:20, 6 January 2015

I'm Deandre (25) from Hurth, Austria.
I'm learning German literature at a local university and I'm just about to graduate.
I have a part time job in a college.

Here is my blog - backup plugin