Lines Matching refs:m_comp
48 memset( &m_comp, 0, sizeof(m_comp)); in CvCamShiftTracker()
162 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 || in update_histogram()
173 cvSetImageROI( m_color_planes[i], m_comp.rect ); in update_histogram()
174 cvSetImageROI( m_mask, m_comp.rect ); in update_histogram()
180 cvSetImageROI( m_color_planes[i], m_comp.rect ); in update_histogram()
213 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 || in track_object()
224 rect = m_comp.rect; in track_object()
237 &m_comp, &m_box ); in track_object()
239 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 ) in track_object()
240 m_comp.rect = rect; // do not allow tracker to loose the object in track_object()
242 return m_comp.rect.width != 0 && m_comp.rect.height != 0; in track_object()