Added show modifications to sharpening

This commit is contained in:
Desmis
2020-01-21 09:14:39 +01:00
parent 478be22dab
commit 6e3fd503cc
13 changed files with 159 additions and 41 deletions

View File

@@ -581,6 +581,10 @@ private:
sigc::connection retinexMethodConn;
MyComboBoxText* const showmaskretiMethod;
sigc::connection showmaskretiMethodConn;
//Sharpening
MyComboBoxText* const showmasksharMethod;
sigc::connection showmasksharMethodConn;
//local contrast
MyComboBoxText* const localcontMethod;
sigc::connection localcontMethodConn;
@@ -621,6 +625,7 @@ private:
Gtk::Frame* const retiFrame;
Gtk::Frame* const retitoolFrame;
Gtk::Frame* const residFrame;
Gtk::Frame* const sharFrame;
Gtk::Frame* const clariFrame;
Gtk::Frame* const gradwavFrame;
Gtk::Frame* const blurlevelFrame;
@@ -759,6 +764,9 @@ private:
// Retinex
void retinexMethodChanged();
void showmaskretiMethodChanged();
//sharp
void showmasksharMethodChanged();
//Local contrast
void localcontMethodChanged();
void showmasklcMethodChanged();
@@ -817,6 +825,7 @@ public:
int softMask;
int tmMask;
int blMask;
int sharMask;
};
void resetMaskVisibility();