Home | History | Annotate | Download | only in src

Lines Matching refs:height

122     if ( (p.x >= rect.x) && (p.y >= rect.y) && (p.x <= rect.x + rect.width) && (p.y <= rect.y + rect.height) )
140 if (Rect.height > Rect.width)
143 long SizeIdeal = IdealRect.width*IdealRect.height;
144 long Size = Rect.width*Rect.height;
155 long y = Rect.y + cvRound(Rect.height/2);
161 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),UpRect ) &&
163 // isPointInRect(cvPoint(DownRect.x + DownRect.width,DownRect.y + DownRect.height),Rect) )
168 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),IdealRect ) )
182 long LeftSquare = LeftEyeRect.width*LeftEyeRect.height;
183 long RightSquare = RightEyeRect.width*RightEyeRect.height;
192 (double)(dy*dy)/((double)(LeftEyeRect.height + RightEyeRect.height)*(LeftEyeRect.height + RightEyeRect.height)) +
307 CvPoint p2 = cvPoint(rect.x + rect.width,rect.y + rect.height);
321 CvPoint p2 = cvPoint(Rect.x + Rect.width,Rect.y + Rect.height);
334 lpRect->height = Rect.height + 2*lD;
346 if (Rect.height - 2*lD >= 0)
348 lpRect->height = Rect.height - 2*lD;
350 lpRect->height = 0;