overlapRoi        153 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
overlapRoi         94 modules/stitching/src/exposure_compensate.cpp             if (overlapRoi(corners[i], corners[j], images[i].size(), images[j].size(), roi))
overlapRoi         79 modules/stitching/src/seam_finders.cpp             if (overlapRoi(corners_[i], corners_[j], sizes_[i], sizes_[j], roi))