Searched refs:isPointInRect (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvface.cpp120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect) function in class:RFace
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
157 if ( isPointInRect(cvPoint(x,y),IdealRect) )
160 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),UpRect) &&
161 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),UpRect ) &&
162 // isPointInRect(cvPoint(DownRect.x,DownRect.y),Rect) &&
163 // isPointInRect(cvPoint(DownRect.x + DownRect.width,DownRect.y + DownRect.height),Rect) )
167 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),IdealRect) &&
168 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),IdealRect ) )
H A D_cvfacedetection.h292 bool isPointInRect(CvPoint p,CvRect rect);

Completed in 81 milliseconds