Improve retinex_pde with show processus

This commit is contained in:
Desmis
2019-07-05 13:31:04 +02:00
parent fc4fd82afb
commit 3469bc9535
13 changed files with 126 additions and 24 deletions

View File

@@ -305,6 +305,9 @@ private:
//soft light
MyComboBoxText* const softMethod;
sigc::connection softMethodConn;
MyComboBoxText* const showmasksoftMethod;
sigc::connection showmasksoftMethodConn;
// Retinex
MyComboBoxText* const retinexMethod;
sigc::connection retinexMethodConn;
@@ -327,6 +330,7 @@ private:
Gtk::Frame* residFrame;
LabGrid *labgrid;
// Others
Gtk::HBox* ctboxsoftmethod;
/**
* 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
@@ -391,6 +395,7 @@ private:
void blurMethodChanged();
// Soft light
void softMethodChanged();
void showmasksoftMethodChanged();
// Retinex
void retinexMethodChanged();
void showmaskretiMethodChanged();
@@ -432,6 +437,7 @@ public:
int SHMask;
int cbMask;
int retiMask;
int softMask;
};
void resetMaskVisibility();