Searched defs:iMinLevel (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 void FaceDetection::ThresholdingParam(IplImage *imgGray, int iNumLayers, int &iMinLevel, int &iMaxL… 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()
|