Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp196 CvTrackingRect m_trPrev; member in CvFaceElement
209 m_trPrev = prev; in Init()
279 if (m_trPrev.iColor != 0) in FindContours()
281 iMinLevelPrev = m_trPrev.iColor - nLayers / 2; in FindContours()
282 iMaxLevelPrev = m_trPrev.iColor + nLayers / 2; in FindContours()
421 pRect->Energy(m_trPrev); in Energy()