Searched refs:iMinLevelPrev (Results 1 – 1 of 1) sorted by relevance
277 int iMinLevelPrev = iMinLevel; in FindContours() local281 iMinLevelPrev = m_trPrev.iColor - nLayers / 2; in FindContours()284 if (iMinLevelPrev < iMinLevel) in FindContours()286 iMaxLevelPrev += iMinLevel - iMinLevelPrev; in FindContours()287 iMinLevelPrev = iMinLevel; in FindContours()291 iMinLevelPrev -= iMaxLevelPrev - iMaxLevel; in FindContours()292 if (iMinLevelPrev < iMinLevel) in FindContours()293 iMinLevelPrev = iMinLevel; in FindContours()297 n -= (iMaxLevelPrev - iMinLevelPrev + 1) / 2; in FindContours()298 step = float(iMinLevelPrev - iMinLevel + iMaxLevel - iMaxLevelPrev) / float(n); in FindContours()[all …]