merge with dev
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user