CFA line denoise for removing pattern noise prior to demosaic. A dialog box is added to preferences to specify the amount of line denoising to be done. Eventually the choice of line denoise threshold should be stored with other processing settings in whatever sidecar file or cache specifies such things.
In addition, there are some improvements to AMaZE for better diagonal interpolation.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# This file is part of RawTherapee.
|
||||
#
|
||||
# Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>
|
||||
@@ -365,6 +365,10 @@ PREFERENCES_DCBENHANCE;Apply DCB enhancment step
|
||||
PREFERENCES_DCBITERATIONS;Number of DCB iterations
|
||||
#Emil's CA autocorrection
|
||||
PREFERENCES_CACORRECTION;Apply CA auto correction
|
||||
#Emil's hot/dead pixel filter
|
||||
PREFERENCES_HOTDEADPIXFILT;Apply hot/dead pixel filter
|
||||
#Emil's line noise filter
|
||||
PREFERENCES_LINEDENOISE;Line noise filter
|
||||
PREFERENCES_DEFAULTLANG;Default language
|
||||
PREFERENCES_DEFAULTTHEME;Default theme
|
||||
PREFERENCES_DEMOSAICINGALGO;Demosaicing Algorithm
|
||||
|
@@ -367,6 +367,10 @@ PREFERENCES_DCBENHANCE;Apply DCB enhancement step
|
||||
PREFERENCES_DCBITERATIONS;Number of DCB iterations
|
||||
#Emil's CA autocorrection
|
||||
PREFERENCES_CACORRECTION;Apply CA auto correction
|
||||
#Emil's hot/dead pixel filter
|
||||
PREFERENCES_HOTDEADPIXFILT;Apply hot/dead pixel filter
|
||||
#Emil's line noise filter
|
||||
PREFERENCES_LINEDENOISE;Line noise filter
|
||||
PREFERENCES_DEFAULTLANG;Default language
|
||||
PREFERENCES_DEFAULTTHEME;Default theme
|
||||
PREFERENCES_DEMOSAICINGALGO;Demosaicing Algorithm
|
||||
|
Reference in New Issue
Block a user