Local adjustments - Log encoding - Recovery based on mask luminance (#6038)

* GUI for recovery mask - Log encoding

* Enable recovery Log encoding with luminance mask
This commit is contained in:
Desmis
2021-01-01 12:05:33 +01:00
committed by GitHub
parent f61ebbccd2
commit b8d5a3d9fb
11 changed files with 288 additions and 2 deletions

View File

@@ -1477,6 +1477,10 @@ struct LocallabParams {
double radmaskL;
double chromaskL;
std::vector<double> LmaskcurveL;
double recothresl;
double lowthresl;
double higthresl;
double decayl;
// mask
bool visimask;