Lines Matching full:roi
291 computes disparity for "roi" in img1 w.r.t. img2 and write it to disp1buf.
292 that is, disp1buf(x, y)=d means that img1(x+roi.x, y+roi.y) ~ img2(x+roi.x-d, y+roi.y).
295 disp2full(x+roi.x,y+roi.y)=d means that img2(x+roi.x, y+roi.y) ~ img1(x+roi.x+d, y+roi.y)
297 note that disp1buf will have the same size as the roi and