Home
last modified time | relevance | path

Searched refs:overlapRoi (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dutil.hpp153 CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
/external/opencv3/modules/stitching/src/
Dutil.cpp101 bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi) in overlapRoi() function
Dexposure_compensate.cpp94 if (overlapRoi(corners[i], corners[j], images[i].size(), images[j].size(), roi)) in feed()
Dseam_finders.cpp79 if (overlapRoi(corners_[i], corners_[j], sizes_[i], sizes_[j], roi)) in run()