Fixed bug CBDL chroma variable badly initialized

This commit is contained in:
Desmis
2019-05-07 09:20:33 +02:00
parent 8f2ec7e224
commit d4d9799168
5 changed files with 18 additions and 12 deletions

View File

@@ -2498,7 +2498,7 @@ LocallabParams::LocallabSpot::LocallabSpot() :
// Contrast by detail levels
expcbdl(false),
mult{1.0, 1.0, 1.0, 1.0, 1.0, 1.0},
chromacbdl(0),
chromacbdl(0.),
threshold(0.2),
sensicb(15),
clarityml(0.1),