Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp278 int iMaxLevelPrev = iMinLevel; in FindContours() local
282 iMaxLevelPrev = m_trPrev.iColor + nLayers / 2; in FindContours()
286 iMaxLevelPrev += iMinLevel - iMinLevelPrev; in FindContours()
289 if (iMaxLevelPrev > iMaxLevel) in FindContours()
291 iMinLevelPrev -= iMaxLevelPrev - iMaxLevel; in FindContours()
294 iMaxLevelPrev = iMaxLevel; in FindContours()
297 n -= (iMaxLevelPrev - iMinLevelPrev + 1) / 2; in FindContours()
298 step = float(iMinLevelPrev - iMinLevel + iMaxLevel - iMaxLevelPrev) / float(n); in FindContours()
303 for (level = (float)iMinLevelPrev; level < iMaxLevelPrev && j < nLayers; level += 2.0, j++) in FindContours()
305 for (level = (float)iMaxLevelPrev; level < iMaxLevel && j < nLayers; level += step, j++) in FindContours()