Home | History | Annotate | Download | only in src

Lines Matching defs:roi

206     inline int Init(const CvRect& roi, const CvTrackingRect& prev, CvMemStorage* mstg = NULL)
208 m_rROI = roi;
268 CvRect roi = m_rROI;
269 Extend(roi, 1);
270 cvSetImageROI(img, roi);
271 cvSetImageROI(thresh, roi);
317 Move(cr.r, roi.x, roi.y);
327 Move(cr.r, roi.x, roi.y);