add bilateral to local denoise and enhanced GUI

This commit is contained in:
Desmis
2017-12-23 09:34:39 +01:00
parent 42d0f550c9
commit 9713604b12
15 changed files with 422 additions and 38 deletions

View File

@@ -117,6 +117,7 @@ private:
Adjuster* const noiselumc;
Adjuster* const noiselumdetail;
Adjuster* const noisechrodetail;
Adjuster* const bilateral;
Adjuster* const sensiden;
Adjuster* const noisechrof;
@@ -144,6 +145,7 @@ private:
Gtk::Frame* const shapeFrame;
Gtk::Frame* const superFrame;
Gtk::Frame* const dustFrame;
Gtk::Frame* const wavFrame;
Gtk::Label* const labmdh;
Gtk::Label* const labqual;
@@ -236,7 +238,7 @@ private:
int nextdatasp[99];
int nextdatasp[100];
int nextlength;
std::string nextstr;
std::string nextstr2;