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:
@@ -1007,8 +1007,17 @@ enum ProcEventCode {
|
||||
EvlocallabwavCurvehue = 981,
|
||||
Evlocallablevelthr = 982,
|
||||
Evlocallablevelthrlow = 983,
|
||||
Evlocallabusemask1 = 984,
|
||||
Evlocallabusemask1 = 984,
|
||||
Evlocallablnoiselow = 985,
|
||||
Evlocallabrecothres = 986,
|
||||
Evlocallablowthres = 987,
|
||||
Evlocallabhigthres = 988,
|
||||
Evlocallabrecothresd = 989,
|
||||
Evlocallablowthresd = 990,
|
||||
Evlocallabhigthresd = 991,
|
||||
Evlocallabinvmaskd = 992,
|
||||
Evlocallabinvmask = 993,
|
||||
Evlocallabdecayd = 994,
|
||||
NUMOFEVENTS
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user