Improve Exposure PDE with gamma

This commit is contained in:
Desmis
2019-09-07 10:55:47 +02:00
parent 202fb8084d
commit 03aff81ebd
10 changed files with 66 additions and 6 deletions

View File

@@ -159,6 +159,7 @@ private:
Adjuster* const laplacexp;
Adjuster* const balanexp;
Adjuster* const linear;
Adjuster* const gamm;
//Shadow highlight
Adjuster* const highlights;
Adjuster* const h_tonalwidth;