https://github.com/joescat/gimp-refocus-it
gimp refocus-it plugin, copied from sourceforge (with added patches and updates to build with gimp-2.10).
https://github.com/joescat/gimp-refocus-it
blur gaussian-processes gimp-plugin image-manipulation motion-blur sharpen-image
Last synced: about 2 months ago
JSON representation
gimp refocus-it plugin, copied from sourceforge (with added patches and updates to build with gimp-2.10).
- Host: GitHub
- URL: https://github.com/joescat/gimp-refocus-it
- Owner: JoesCat
- License: gpl-3.0
- Created: 2025-02-21T05:07:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T02:53:11.000Z (about 2 months ago)
- Last Synced: 2025-04-03T03:28:50.142Z (about 2 months ago)
- Topics: blur, gaussian-processes, gimp-plugin, image-manipulation, motion-blur, sharpen-image
- Language: C
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
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.
---
INSTALLATIONIf you have GNU environment, use:
autoreconf -i -f
automake
./configure --prefix=/usr
make
sudo make installFor 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.