Home
last modified time | relevance | path

Searched refs:PointInRect (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
D_cvvectrack.h81 int PointInRect(const CvPoint& p, const CvRect& r) in PointInRect() function
92 return (PointInRect(plt, r2) && PointInRect(prb, r2)); in RectInRect()