Home | History | Annotate | Download | only in src

Lines Matching refs:kExpNumBins

1164     int kExpNumBins = 0;
1205 kExpNumBins = kExpNumBinsPerChannel * cn;
1206 CV_CALL( expLUT = (float*)cvAlloc((kExpNumBins+2) * sizeof(expLUT[0])));
1207 scale_index = kExpNumBins/len;
1210 for( i = 0; i < kExpNumBins+2; i++ )