Searched defs:iMaxLevel (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 132 …n::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, int &iStep) in ThresholdingParam()
|
D | cvvecfacetracking.cpp | 274 int iMinLevel = 0, iMaxLevel = 255; in FindContours() local 613 void ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxLevel, float &st… in ThresholdingParam()
|