-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (30 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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 <Lukas.Kunc@seznam.cz>
---
Thanks to Ernst Lippe <ernstl@users.sourceforge.net> for making his Refocus
Gimp plug-in and all authors of the GIMP.