Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvfacedetection.cpp102 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.h350 …void ThresholdingParam(IplImage* imgGray, int iNumLayers, int& iMinLevel, int& iMaxLevel, int& iSt…
Dcvvecfacetracking.cpp67 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