Home | History | Annotate | Download | only in src

Lines Matching refs:height

82     int neighbors = win.height * win.width;
85 int centery = win.height >> 1;
103 int map_height = ((roi.height - 1) >> 3) + 1;
110 CvMat _src = cvMat( roi.height, roi.width, CV_8UC1, src );
121 if( (roi.height <= 0) || (roi.width <= 0) )
137 if( (win.height <= 0) || (!(win.height & 1)))
149 gradient = (float *) cvAlloc( roi.height * roi.width * sizeof( float ));
206 int upper = MIN( pt[i].y, win.height >> 1 );
207 int bottom = MIN( roi.height - 1 - pt[i].y, win.height >> 1 );
301 int bottomshift = MIN( 1, roi.height - (y + 1)*WTILE_SIZE );