Merge with DENOISE 5e1a36dc67d58539c4f884c747cb902300300d5d

Thanks to Emil for great work on NR.
This revision supports NR on RAW images ONLY
This commit is contained in:
michael
2012-09-07 11:05:16 -04:00
54 changed files with 3777 additions and 279 deletions

View File

@@ -58,7 +58,7 @@ DirPyrEqualizer::DirPyrEqualizer () : Gtk::VBox(), FoldableToolPanel(this) {
ss = Glib::ustring::format(i);
if(i == 0) {
ss += Glib::ustring::compose(" (%1)", M("TP_DIRPYREQUALIZER_LUMAFINEST"));
multiplier[i] = Gtk::manage ( new Adjuster (ss, 0, 4, 0.01, 3.0) );
multiplier[i] = Gtk::manage ( new Adjuster (ss, 0, 4, 0.01, 1.0) );
} else {
if(i == 3)
ss += Glib::ustring::compose(" (%1)", M("TP_DIRPYREQUALIZER_LUMACOARSEST"));