Hi Ash
After seeing your question a few minutes ago, I just remembered you had
sent me some other questions about deconvolution... I figure the answers
may be of interest to the group so am posting them on the list serv...
in richardson lucy algorithm, are they taking into consideration the noise
> generated from ccd camera???
Richardson Lucy is derived under the assumption of Poisson Noise.
https://en.wikipedia.org/wiki/Richardson%E2%80%93Lucy_deconvolution. Even
so it is well known that the noise may be amplified if you run the
algorithm for too many iteration. Thus the algorithm is often further
modified for better noise handling. For example both DeconvolutionLab and
ImageJ-ops deconvolution imploement Richardson Lucy with Total Variation.
https://hal.inria.fr/inria-00070726/documentis the PSF of microscope generated based on poisson or gaussian noise??
The PSF is not generated with noise. PSF is either generated with a
diffraction based equation, or measured. In the second case it may be
noisy, so usually one averages several PSFs or uses PSF distilling a la
Huygens.
can you please tell me the steps that you followed to do deconvolution/??
> i havint completely got the logic of normaliuze psf and flip psf quadrants
> if active!!!!
In deconvolution lab, the flip psf quadrants, moves the center of the PSF
to location 0,0 as internally the algorithm needs it that way. Normalize
PSF, makes the sum of the PSF 1. This is needed, because otherwise you
will not preserve the energy in the image.
I also have written algorithms for deconvolution in imagej-ops, including a
method to extract the PSF from beads. There is an active discussion about
the algorithms and related scripts here
http://forum.imagej.net/t/deconvolution-from-true-psf-with-beads/3377/9.
Brian
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html