Bug 143864 - Wish: Tool to remove Chromatic Aberration from photos
Summary: Wish: Tool to remove Chromatic Aberration from photos
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-LensCorrection (show other bugs)
Version: 0.9.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 08:07 UTC by krienke
Modified: 2022-01-12 21:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description krienke 2007-04-05 08:07:38 UTC
Version:           0.9.1 (using KDE KDE 3.5.6)
Installed from:    SuSE RPMs
Compiler:          gcc 4.1.2 
OS:                Linux

Many lenses suffer from chromatic aberration, eg blue color fringes that run along edges in a photo with a high contrast. 

It would be nice to have a lens correction tool that can remove these effects or make them less visible.

For linux I know that bibble has such a tool. In digikam there is to my knowledge no such filter up to now.

Thanks
Rainer
Comment 1 Arnd Baecker 2007-11-29 10:14:50 UTC
Correcting chromatic aberrations would indeed be good.
The only open source tool I am aware of is fulla, see
http://hugin.sourceforge.net/tutorials/tca/en.shtml

In the end I think such a tool should (in addition) be integrated
in the full process of raw conversion, if possibly
using information about different lensese from a database
(see http://lensfun.berlios.de/)
Comment 2 caulier.gilles 2008-04-17 10:23:27 UTC
SVN commit 797980 by cgilles:

digiKam from trunk : LensCorrection image editor plugin : 

- Use right dialog to have fine editing Lens correction settings preview.
- Fix slots and signals names to be speedly read source code.
* Update preview with Lens type is changed.

Adrian: 

- Now plugin is suitable as well and work properlly, but of course uncomplete. 
- Bugs 143864 and 125233 will be closed when chromatic aberrations corrections will be corrected by this plugin.
- Still few camera model not supported properlly by LensFun. There is no message to gui to ping user about. 
- Sometime,  LensFun device is null when a camera model is selected. Why?
- We need to improve gui to have a manual correction: for ex, lens focal must be selectable somewhere, and certainly more settings as 
Apeture. We need to discut about.
- I think than a visual preview of distorsion using a grid is a excelent guide to users (like LensDistorsion plugin do)

CCMAIL: adrian@suse.de

BUG: 98651
CCBUGS: 143864
CCBUGS: 125233



 M  +58 -61    imageeffect_lenscorrection.cpp  
 M  +2 -2      imageeffect_lenscorrection.h  
 M  +43 -41    klensfun.cpp  
 M  +12 -10    klensfun.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=797980
Comment 3 caulier.gilles 2008-12-06 18:00:47 UTC
Chomatic Aberation is already implemented in LensFun based image plugin.

I close this file now.

Gilles Caulier