Improvements to histogram in curves tools. Now histograms in curves tools are not modified by changes in curves themselves.

This commit is contained in:
Emil Martinec
2011-01-11 17:51:59 -06:00
parent 4717653626
commit 6f1654d8fe
2 changed files with 5 additions and 5 deletions

View File

@@ -602,9 +602,9 @@ double CurveFactory::centercontrast (double x, double b, double m) {
delete [] dcurve;
delete tcurve;
delete brightcurve;
if (outBeforeCCurveHistogram) {
//for (int i=0; i<256; i++) printf("i= %d bchist= %d \n",i,outBeforeCCurveHistogram[i]);
}
/*if (outBeforeCCurveHistogram) {
for (int i=0; i<256; i++) printf("i= %d bchist= %d \n",i,outBeforeCCurveHistogram[i]);
}*/
}