[Digikam-devel] [Bug 127377] Restoration filter (CIMG) does not function properly

Gilles Caulier caulier.gilles at gmail.com
Mon Mar 12 15:06:49 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127377         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-03-12 16:06 -------
SVN commit 641768 by cgilles:

digiKam from trunk : new version of Photograph Restoration tool using the new version of CImg library (1.1.9)

- Add a new CImg interface dedicaced to Greycstoration algorithm, based on the old CImgIface class. The code do not include the Greycstoration algorithm. This one in included into CImg library now. It more simple and more easy to update for the future.
- Code polish everywhere. add a new container to store greycstoration settings.
- Added a new Greycstoration widgets. It's used by Restoration, and later by Inpainting and Blowup plugins.
- The Greycstoration algorithm is more fast and more optimized to reduce memory allocation.

TODO : 

- The settings have changed. In restoration the 3 presets of settings are disable because we need to investiguate witch values we must use with this settings. To remeber the Restoration presets shortcuts to end-users about specific restoration jobs : Reduce Uniform Noise, Reduce JPEG Artefacts, and Reduce Texturing. Help require !
- The document of Restoration plugin need a big update, especially about the settings descriptions.
- The Inpainting and Blowup plugins must be ported to the new Greycstoration interface.

NOTA: important urls to read :

Greycstoration algorithm settings descriptions : http://www.greyc.ensicaen.fr/~dtschump/greycstoration/guide.html
Greycstoration algorithm demonstration : http://www.greyc.ensicaen.fr/~dtschump/greycstoration/demonstration.html

David, Gerhard, Mike, please help me to find the right settings to use with Restoration presets. Thanks in advance

CCMAIL: David.Tschumperle greyc ensicaen fr
CCMAIL: mvoorberg yahoo com
CCMAIL: gerhard kulzer net
CCMAIL: digikam-devel kde org

BUG: 127377


 M  +1 -1      common/Makefile.am  
 M  +2 -2      common/cimgiface/Makefile.am  
 A             common/greycstoration (directory)  
 AM            common/greycstoration/CImg.h   [POSSIBLY UNSAFE: scanf,system] [License: UNKNOWN]
 AM            common/greycstoration/LICENSE.txt  
 A             common/greycstoration/Makefile.am  
 AM            common/greycstoration/greycstoration.h   [License: UNKNOWN]
 AM            common/greycstoration/greycstorationiface.cpp   [License: GPL]
 AM            common/greycstoration/greycstorationiface.h   [License: GPL]
 AM            common/greycstoration/greycstorationsettings.h   [License: GPL]
 AM            common/greycstoration/greycstorationwidget.cpp   [License: GPL]
 AM            common/greycstoration/greycstorationwidget.h   [License: GPL]
 M  +2 -4      restoration/Makefile.am  
 M  +65 -225   restoration/imageeffect_restoration.cpp  
 M  +14 -40    restoration/imageeffect_restoration.h



More information about the Digikam-devel mailing list