HomeSort by relevance Sort by last modified time
    Searched defs:FindContours (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvfacedetection.cpp 94 void FaceDetection::FindContours(IplImage* imgGray)
126 }// void FaceDetection::FindContours(IplImage* imgGray)
290 FindContours(img);
cvvecfacetracking.cpp 224 void FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
236 FindContours(img, thresh, nLayers, dMinSize / 4);
265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
341 }//void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers)
    [all...]

Completed in 23 milliseconds