Home | History | Annotate | Download | only in src

Lines Matching refs:height

65                         (r1.width == r2.width) && (r1.height == r2.height);
84 (p.y > r.y) && (p.y < (r.y + r.height)));
91 CvPoint prb = {r1.x + r1.width, r1.y + r1.height};
102 rect.height = r.height * decr;
135 r.height += 2*d;
143 p.y = r.y + r.height / 2;
155 if (pImage->width != sz.width || pImage->height != sz.height || pImage->nChannels != lChNum)