Change settings Exposure PDE

This commit is contained in:
Desmis
2019-09-08 06:50:08 +02:00
parent 4fc498a95a
commit 0319a93496
6 changed files with 23 additions and 15 deletions

View File

@@ -1197,6 +1197,9 @@ private:
double shcompr = params.locallab.spots.at(sp).shcompr;
double br = params.locallab.spots.at(sp).lightness;
double cont = params.locallab.spots.at(sp).contrast;
if(black < 0. && params.locallab.spots.at(sp).expMethod == "pde" ) {
black *= 1.5;
}
// Reference parameters computation
double huere, chromare, lumare, huerefblu, chromarefblu, lumarefblu, sobelre;