set ietrates to zero to enable auto claculation TM

This commit is contained in:
Desmis
2019-05-03 15:08:34 +02:00
parent 14f3d0050e
commit 8ba97b7e5f

View File

@@ -5237,7 +5237,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o
bufgb->b[y - ystart][x - xstart] = original->b[y][x];
}
}
ImProcFunctions::EPDToneMaplocal(sp, bufgb.get(), tmp1.get(), 5, sk);
ImProcFunctions::EPDToneMaplocal(sp, bufgb.get(), tmp1.get(), 0, sk);//iterate to 0 calculate with edgstopping, improve result
#ifdef _OPENMP
#pragma omp parallel for schedule(dynamic,16)
#endif