Scientific Volume Imaging b.v.
Scientific Volume Imaging b.v.
Laapersveld 63
1213 VB Hilversum, The Netherlands
http://www.svi.nl
http://support.svi.nl/wiki

Non-linear iterative restoration methods

Iterative form of a deconvolution algorithm

The basic idea of iterative Image Restoration methods is to optimize some quality measure of the object estimate.

Advantage: quality, versatility (WF, 2D, noisy data). Disadvantage: slow.

All restoration techniques are based on some definition of a Quality Criterion. Ultimately, it is the choice of this criterion which determines the outcome.

The diagram below shows how the 'van Cittert' algorithm attempts to achieve this. The van Cittert algorithm minimizes the difference image obtained by subtracting the 'imaged' estimate and the recorded image. Iterations are started for instance by setting the first estimate to the measured image.

  1. Make a (smart) initial estimate of your object.
  2. Convolve this estimate with the PSF.
  3. Compare the result with the image from the microscope.
  4. To the difference a quality measure is assigned.
  5. With this quality measure the estimate is improved.
  6. Start again with step 2

vanCittertMethod

It can be shown that the iterations converge to direct inversion if they converge. Still, with this technique we can now:

Non-linearity is introduced in the algorithms, for example, with the mentioned positivity constraint or using a Regularization Parameter.

Iterative methods