Improvements to histogram in curves tools. Now histograms in curves tools are not modified by changes in curves themselves.
This commit is contained in:
@@ -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]);
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user