Fixed small bug in CBDL clarity

This commit is contained in:
Desmis
2019-04-16 16:24:46 +02:00
parent e8ac6fb09f
commit 5ea56b6611
5 changed files with 19 additions and 9 deletions

View File

@@ -602,6 +602,7 @@ static void calcLocalParams(int sp, int oW, int oH, const LocallabParams& locall
lp.dehaze = local_dehaze;
lp.senscb = local_sensicb;
lp.clarityml = local_clarityml;
//printf("lpclari=%f \n", lp.clarityml);
lp.contresid = local_contresid;
lp.blurcbdl = local_blurcbdl;
lp.cont = local_contrast;