Improve denoise for PDE Exposure

This commit is contained in:
Desmis
2019-09-15 18:54:54 +02:00
parent eea35577d7
commit 1f63d27ecd
11 changed files with 576 additions and 183 deletions

View File

@@ -350,6 +350,8 @@ private:
sigc::connection showmaskexpMethodConninv;
MyComboBoxText* const expMethod;
sigc::connection expMethodConn;
MyComboBoxText* const exnoiseMethod;
sigc::connection exnoiseMethodConn;
//Shadows Highlight
MyComboBoxText* const showmaskSHMethod;
sigc::connection showmaskSHMethodConn;
@@ -402,6 +404,7 @@ private:
LabGrid *labgrid;
// Others
Gtk::HBox* ctboxsoftmethod;
Gtk::HBox* ctboxexpmethod;
/**
* Used to store the default ProcParams when setDefaults function is called
* When an other spot is selected, this default ProcParams is used to update adjusters default values
@@ -465,6 +468,7 @@ private:
void showmaskexpMethodChanged();
void showmaskexpMethodChangedinv();
void expMethodChanged();
void exnoiseMethodChanged();
//Shadows Highlight
void showmaskSHMethodChanged();
void showmaskSHMethodChangedinv();