Improvment settings retinex dehaze

This commit is contained in:
Desmis
2019-09-20 12:38:17 +02:00
parent 0d04d63c70
commit 2c6af9cfa5
10 changed files with 182 additions and 45 deletions

View File

@@ -218,6 +218,7 @@ private:
Adjuster* const neigh;
Adjuster* const vart;
Adjuster* const dehaz;
Adjuster* const depth;
Adjuster* const sensih;
Adjuster* const softradiusret;
@@ -401,6 +402,8 @@ private:
Gtk::Frame* fatFrame;
Gtk::Frame* residFrame;
Gtk::Frame* clariFrame;
ToolParamBlock * retiBox;
ToolParamBlock * maskretiBox;
LabGrid *labgrid;
// Others
Gtk::HBox* ctboxsoftmethod;