Searched defs:dMinSize (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);
224 void FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
234 void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) argument
236 FindContours(img, thresh, nLayers, dMinSize / 4);
244 MergeRects(dMinSize / 8);
251 MergeRects(dMinSize / 4);
258 MergeRects(dMinSize / 2);
263 }// void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) argument
318 if (RectInRect(cr.r, m_rROI) && cr.r.width > dMinSize
478 int dMinSize = d; local
[all...]

Completed in 245 milliseconds