Local adjustments - Log encoding - Ciecam16 ContrastJ - contrastQ - contrast threshold (#6169)

* Added contrast threshold Log encoding

* Improve contrast threshold

* Chanhe tooltip

* Change sign threshold when contrast negative

* Another change threshold with contrast Q and J
This commit is contained in:
Desmis
2021-03-15 07:57:25 +01:00
committed by GitHub
parent 2c47005b1d
commit 537fa73d3f
13 changed files with 68 additions and 15 deletions

View File

@@ -1317,6 +1317,7 @@ private:
Adjuster* const lightq;
Adjuster* const contl;
Adjuster* const contq;
Adjuster* const contthres;
Adjuster* const colorfl;
Adjuster* const saturl;
MyExpander* const expL;