merge with dev

This commit is contained in:
Desmis
2019-12-30 10:28:19 +01:00
46 changed files with 434 additions and 186 deletions

View File

@@ -5591,7 +5591,7 @@ void ImProcFunctions::getAutoExp (const LUTu &histogram, int histcompr, double
whiteclipg = CurveFactory::igamma2 ((float) (whiteclipg / 65535.0)) * 65535.0; //need to inverse gamma transform to get correct exposure compensation parameter
//corection with gamma
//correction with gamma
black = (int) ((65535 * black) / whiteclipg);
//expcomp = log(65535.0 / (whiteclipg)) / log(2.0);