Searched refs:iStep (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 101 int iMinLevel = 0, iMaxLevel = 255, iStep = 255 / iNumLayers; in FindContours() local 102 ThresholdingParam(imgGray, iNumLayers, iMinLevel, iMaxLevel, iStep); in FindContours() 118 for (int l = iMinLevel, i = 0; l < iMaxLevel; l += iStep, i++) in FindContours() 132 …n::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, int &iStep) in ThresholdingParam() argument 183 iStep = (iMaxLevel - iMinLevel) / iNumLayers; in ThresholdingParam()
|
D | _cvfacedetection.h | 350 …d ThresholdingParam(IplImage* imgGray, int iNumLayers, int& iMinLevel, int& iMaxLevel, int& iStep);
|