Lines Matching full:roi
925 Rect roi = Rect(Point(wsz2 + mindisp + ndisp - 1, wsz2), Point(cols-wsz2-mindisp, rows-wsz2) );
926 UMat disp = (_disp.getUMat())(roi);
969 Rect roi = validDisparityRect & Rect(0, _row0, cols, _row1 - _row0);
970 if( roi.height == 0 )
972 int row0 = roi.y;
973 int row1 = roi.y + roi.height;
1002 if( roi.x > 0 )
1004 part = disp_i.colRange(0, roi.x);
1007 if( roi.x + roi.width < cols )
1009 part = disp_i.colRange(roi.x + roi.width, cols);