Searched refs:overlapRoi (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | util.hpp | 153 CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
|
/external/opencv3/modules/stitching/src/ |
D | util.cpp | 101 bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi) in overlapRoi() function
|
D | exposure_compensate.cpp | 94 if (overlapRoi(corners[i], corners[j], images[i].size(), images[j].size(), roi)) in feed()
|
D | seam_finders.cpp | 79 if (overlapRoi(corners_[i], corners_[j], sizes_[i], sizes_[j], roi)) in run()
|