Lines Matching refs:height
20 int cols = (_winSize.width + 1) * (_winSize.height + 1);
36 integralHist.push_back( Mat(winSize.height + 1, winSize.width + 1, hist[bin].type(), hist[bin].ptr<float>((int)idx)) );
38 Mat integralNorm(winSize.height + 1, winSize.width + 1, normSum.type(), normSum.ptr<float>((int)idx));
75 h = 2*t; //height of a block
78 for (y = 0; y <= winSize.height - h; y += blockStep.height)
87 for (y = 0; y <= winSize.height - h; y += blockStep.height)
96 for (y = 0; y <= winSize.height - h; y += blockStep.height)
132 fs << "[:" << rect[i].x << rect[i].y << rect[i].width << rect[i].height << "]";
145 // rect[cellIdx].width << rect[cellIdx].height << binIdx << "]";
153 rect[0].width << rect[0].height << featComponentIdx << "]";
167 AutoBuffer<int> mapbuf(gradSize.width + gradSize.height + 4);
175 for( y = -1; y < gradSize.height + 1; y++ )
176 ymap[y] = borderInterpolate(y, gradSize.height, borderType);
188 for( y = 0; y < gradSize.height; y++ )