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

@@ -1492,6 +1492,7 @@ struct LocallabParams {
double lightl;
double lightq;
double contl;
double contthres;
double contq;
double colorfl;
std::vector<double> LcurveL;