Searched refs:ThresholdingParam (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 102 ThresholdingParam(imgGray, iNumLayers, iMinLevel, iMaxLevel, iStep); in FindContours() 132 void FaceDetection::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxL… in ThresholdingParam() function in FaceDetection
|
D | _cvfacedetection.h | 350 …void ThresholdingParam(IplImage* imgGray, int iNumLayers, int& iMinLevel, int& iMaxLevel, int& iSt…
|
D | cvvecfacetracking.cpp | 67 void ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, float &st… 276 ThresholdingParam(img, nLayers / 2, iMinLevel, iMaxLevel, step, power, 4); in FindContours() 613 void ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, float &st… in ThresholdingParam() function
|