Searched refs:FindContours (Results 1 – 3 of 3) sorted by relevance
94 void FaceDetection::FindContours(IplImage* imgGray) in FindContours() function in FaceDetection290 FindContours(img); in FindFace()
348 void FindContours(IplImage* imgGray);
224 void FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);236 FindContours(img, thresh, nLayers, dMinSize / 4); in FindRects()265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) in FindContours() function in CvFaceElement