An open API service indexing awesome lists of open source software.

https://github.com/joescat/gimp3-refocus-it-plugin

gimp refocus-it plugin copied from sourceforge with intention of making a gimp3-refocus-it (work in progress)
https://github.com/joescat/gimp3-refocus-it-plugin

blur gaussian-processes gimp-plugin image-manipulation motion-blur sharpen-image

Last synced: about 1 month ago
JSON representation

gimp refocus-it plugin copied from sourceforge with intention of making a gimp3-refocus-it (work in progress)

Awesome Lists containing this project

README

        

The Iterative refocus Gimp-2.0 plug-in can be used to sharpen images acquired
by a defocused camera, blurred with gaussian or motion blur or any combination
of these degradations. In cases of severe blur it produces much better
results than plug-ins such as sharpen or unsharp mask.

There are a few nice features of this plug-in, especially adaptive/static area
smoothing used to remove the so called "ringing" effect introduced by edges in
the image and effects introduced by noise. Two boundary conditions can be used
(mirror boundaries / periodical boundaries). The algorithm is based on finding
the minimum of the error function using Hopfield neural network.
There are a few NOT nice features of this plug-in as well, namely its memory
and CPU requirements.

This plug-in has a preview that helps you select the best parameters.

This version of the plug-in needs the Gtk+-2.2.2 libraries or newer.

---
INSTALLATION

If you have GNU environment, use:

autoreconf -i
automake
./configure
make
sudo make install

For more details how to use configure, type:

./configure --help

---
I hope you like the plug-in and the command-line version. If you have any
problems or requests please mail me.

Lukas Kunc

---
Thanks to Ernst Lippe for making his Refocus
Gimp plug-in and all authors of the GIMP.