Local adjustments - Denoise and Guided Filter - Recovery based on luminance mask (#6032)
* Slider recovery threshold guidedfilter * Enable GuidedFilter recovery based on mask * Enable inverse GF recovery * Small changes GUI * Recovery GUI denoise LA * Enable recovery denoise with mask luminance * Fixed bad compilation error * Fixed bad behavior GUI expert - basic * Another fixed bad behavior GUI * First changes and verifications algo and GUI * Others GUI modifications * Fixed bug compilation and reset and clean code * Some changes in algo - new tooltip * Added calcdif to denoise - prepare GUI - change some tooltips * Change tooltips * Change some settings * Small Change settings default curve denoise
This commit is contained in:
@@ -613,6 +613,13 @@ public:
|
||||
bool itera;
|
||||
bool guidbl;
|
||||
bool strbl;
|
||||
bool recothres;
|
||||
bool lowthres;
|
||||
bool higthres;
|
||||
bool recothresd;
|
||||
bool lowthresd;
|
||||
bool higthresd;
|
||||
bool decayd;
|
||||
bool isogr;
|
||||
bool strengr;
|
||||
bool scalegr;
|
||||
@@ -621,6 +628,8 @@ public:
|
||||
bool chroMethod;
|
||||
bool quamethod;
|
||||
bool usemask;
|
||||
bool invmaskd;
|
||||
bool invmask;
|
||||
bool levelthr;
|
||||
bool lnoiselow;
|
||||
bool levelthrlow;
|
||||
|
Reference in New Issue
Block a user