Re: [darktable-dev] Deconvolution and Python framework

2017-10-15 Thread Aurélien PIERRE
Hi, this technic aims at solving all kinds of blurs (static and motion blurs). The most challenging configuration is when the blur is not uniform along the image. I fear that applying geometric corrections before deblurring could modify the spatial distribution of the blur in the corners and lead

Re: [darktable-dev] Deconvolution and Python framework

2017-10-15 Thread Aurélien PIERRE
Hi ! The algorithm I have implemented so far is http://www.cvg.unibe.ch/dperrone/tvdb/index.html which cites the article you mention in its references. However, I don't like the way your article plays because the algorithm adds a bilateral filter to avoid ringing at the last step which is kind of