Clean code and change sensitivity highlight threshold

This commit is contained in:
Desmis
2015-10-06 08:20:50 +02:00
parent eb96e11a43
commit 8fe6e7e8db
3 changed files with 2 additions and 6 deletions

View File

@@ -365,7 +365,6 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
}
*/
imgsrc->convertColorSpace(orig_prev, params.icm, currWB);
// printf("improc color r=%f g=%f b=%f\n",orig_prev->r(50, 2300),orig_prev->g(50, 2300),orig_prev->b(50, 2300));
ipf.firstAnalysis (orig_prev, &params, vhist16);
}