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

/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp222 void FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
234 void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) function in class:CvFaceElement
263 }// void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
513 big_face[elem].FindRects(pFaceTracker->imgGray, pFaceTracker->imgThresh, 32, dMinSize);

Completed in 1079 milliseconds