Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvfacedetection.cpp94 void FaceDetection::FindContours(IplImage* imgGray) in FindContours() function in FaceDetection
290 FindContours(img); in FindFace()
D_cvfacedetection.h348 void FindContours(IplImage* imgGray);
Dcvvecfacetracking.cpp224 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