Home | History | Annotate | Download | only in src

Lines Matching refs:cr

313             CvTrackingRect cr;
316 cr.r = cvContourBoundingRect(external);
317 Move(cr.r, roi.x, roi.y);
318 if (RectInRect(cr.r, m_rROI) && cr.r.width > dMinSize && cr.r.height > dMinSize)
320 cr.ptCenter = Center(cr.r);
321 cr.iColor = colors[i];
322 cvSeqPush(m_seqRects, &cr);
326 cr.r = cvContourBoundingRect(internal);
327 Move(cr.r, roi.x, roi.y);
328 if (RectInRect(cr.r, m_rROI) && cr.r.width > dMinSize && cr.r.height > dMinSize)
330 cr.ptCenter = Center(cr.r);
331 cr.iColor = colors[i];
332 cvSeqPush(m_seqRects, &cr);