Hi Ash
Can deconvolution be done on 8 bit image???
Deconvolution can be done on any type of image. However deconvolution
increases the maximum values in your image. If you have an image that is 8
bit, with a maximum of say 200, the maximum of the deconvolved image may be
above 255, so inside the algorithm the processing needs to be done with a
larger bit size.
Many deconvolution programs (including DeconvolutionLab) should handle this
internally. So your input can be 8 bit, then your image will be converted
internally and your output will automatically be 32 bit.
What you have to watch out for is saturation. If a high number of pixels
in the image are at the max value (255 for 8 bit) your image is saturated.
Make sure the image is not saturated. Your results will not be optimal. I
think on your previous 8 bit images, there was problems with saturation.
If image is of size 512×512 then Psf size should also be 512*512?????
It depends what deconvolution software you use. Many implementations
(including DeconvolutionLab) resize the image and PSF internally, such that
they are the same size. So you don't have to worry about doing it
yourself.
Brian
If the image size is 512 by
On Mon, Oct 2, 2017 at 3:53 AM, Fairy <
[hidden email]> wrote:
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html