Does anybody know the algorithmic details of deconvlucy in the matlab
image toolbox. References would be very useful.
I need to understand the details better in order to adapt the
algorithm for my work.
/Amrit
Hello!
Take a look at the source code which is in
tollbox/images/images/private/corelucy.m. It includes helpful references
and the (relatively simple) algorithm.
HTH,
Herbert