OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPointInRect
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvface.cpp
120
inline bool RFace::
isPointInRect
(CvPoint p,CvRect rect)
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 ) )
_cvfacedetection.h
292
bool
isPointInRect
(CvPoint p,CvRect rect);
Completed in 2597 milliseconds