Improve exposure with shadows

This commit is contained in:
Desmis
2019-07-12 17:34:45 +02:00
parent e3962ff8dc
commit 9d0d608189
11 changed files with 71 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ void ImProcFunctions::shadowsHighlights(LabImage *lab, bool ena, int labmode, in
if (!ena || (!hightli && !shado)){
return;
}
printf("shhashaaaa\n");
const int width = lab->W;
const int height = lab->H;
const bool lab_mode = labmode;