Added mask for denoise and blur

This commit is contained in:
Desmis
2020-06-16 17:32:43 +02:00
parent 3df226a249
commit 9e61a361f5
11 changed files with 268 additions and 39 deletions

View File

@@ -1202,6 +1202,7 @@ struct LocallabParams {
int sensiden;
int detailthr;
std::vector<double> locwavcurveden;
Glib::ustring showmaskblMethodtyp;
std::vector<double> CCmaskblcurve;
std::vector<double> LLmaskblcurve;
std::vector<double> HHmaskblcurve;
@@ -1215,6 +1216,7 @@ struct LocallabParams {
double slomaskbl;
double lapmaskbl;
int shadmaskbl;
int shadmaskblsha;
double strumaskbl;
std::vector<double> Lmaskblcurve;
std::vector<double> LLmaskblcurvewav;