Fixed bug in Exposure and suppress warning

This commit is contained in:
Desmis
2019-10-04 18:10:07 +02:00
parent 7ba7869952
commit 6f29a08f39
3 changed files with 21 additions and 52 deletions

View File

@@ -876,7 +876,6 @@ void ImProcFunctions::maskforretinex(int sp, int before, float ** luminance, flo
}
}
}
printf("OK 2\n");
float fab = 4000.f;//value must be good in most cases
@@ -933,7 +932,6 @@ void ImProcFunctions::maskforretinex(int sp, int before, float ** luminance, flo
}
}
printf("OK 3\n");
if (rad > 0.f) {
guidedFilter(guid, ble, ble, rad * 10.f / skip, 0.001, multiThread, 4);
@@ -1031,7 +1029,6 @@ void ImProcFunctions::maskforretinex(int sp, int before, float ** luminance, flo
if (llretiMask == 3) {
printf("OK 4\n");
#ifdef _OPENMP
#pragma omp parallel for schedule(dynamic,16)