Home | History | Annotate | Download | only in src

Lines Matching refs:width

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;
154 long x = Rect.x + cvRound(Rect.width/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;
187 long dx1 = LeftEyeRect.x + LeftEyeRect.width/2 - MouthRect.x;
188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width;
193 (double)(dx1*dx1)/((double)MouthRect.width*MouthRect.width) +
194 (double)(dx2*dx2)/((double)MouthRect.width*MouthRect.width);
307 CvPoint p2 = cvPoint(rect.x + rect.width,rect.y + rect.height);
321 CvPoint p2 = cvPoint(Rect.x + Rect.width,Rect.y + Rect.height);
333 lpRect->width = Rect.width + 2*lD;
340 if (Rect.width - 2*lD >= 0)
342 lpRect->width = Rect.width - 2*lD;
344 lpRect->width = 0;