Home | History | Annotate | Download | only in src

Lines Matching refs:FindContours

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)