CIECAM-UI inconsistency and brightness curve issue1699 and issue1715

This commit is contained in:
jdc
2013-02-09 06:16:51 +01:00
parent caf24d842d
commit 153f4cb9d1
3 changed files with 61 additions and 30 deletions

View File

@@ -746,7 +746,8 @@ void CurveFactory::curveLightBrightColor (
avg /= sum;
//sqavg /= sum;
//float stddev = sqrt(sqavg-avg*avg);
// printf("avg=%f\n",avg);
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
std::vector<double> contrastcurvePoints;
contrastcurvePoints.resize(9);