Plugin update: Parallel Spectral and Iterative Deconvolution

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Plugin update: Parallel Spectral and Iterative Deconvolution

Piotr Wendykier
Hello Everyone,

The plugins for spectral and iterative deconvolution have been updated.

New in Parallel Iterative Deconvolution:
 - added resizing option (no need to pad the image to the next
power-of-two size)
 - added output option (a deblurred image is automatically converted
to the chosen type)
 - NNGS has been renamed to WPL - Wiener Filter Preconditioned Landweber
 - the plugin is updated to use Parallel Colt 0.6

New in Parallel Spectral Deconvolution:
 - fixed bug in all FFT-based methods: a blurred image was padded
reflexive instead of periodic
 - added resizing option (an image does not need to be padded to the
next power-of-two size)
 - added output option (a deblurred image is automatically converted
to the chosen type)
 - the plugin is updated to use Parallel Colt 0.6

You should observe a significant increase in performance due to the
fact that an image
does not need to be padded to the next power-of-two size. This also
means that usually
a lot less memory is needed to run the plugins.

The plugins are available at:

http://piotr.wendykier.googlepages.com/deconvolution

Piotr Wendykier