Home
last modified time | relevance | path

Searched refs:histogramGTr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/price/PRICE-1.3.0/
H A DPRCurvesView.h39 float histogramGTr[UCHAR_MAX+1]; /* transformed histogram */ variable
H A DPRCurvesView.m409 histogramGTr[i] = (float)histogramDenormGTr[i] / (float)pixNum;
413 if (histogramGTr[i] > maxHisto)
414 maxHisto = histogramGTr[i];
450 [pathHGTr lineToPoint: NSMakePoint(i, viewHeight - (histogramGTr[i] * histoScale))];