MATLAB: How to do richardsonlucy deconvolution of a 3d image

deconvolution

i have a 3D image and an experimentally derived psf…how to do richrdson lucy deconvolution.. and how do i analyse that the image quality has improved after several iterations??????

Best Answer

You can use the deconvlucy function to perform Richardson–Lucy deconvolution on an image. The function supports both 2D and 3D images.
As this example demonstrates, you can visually analyse the image quality after each iteration by plotting it. For a more quantitative approach, you can use various image quality metrics.