corners_ 100 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp std::vector<Point> corners_; corners_ 147 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp Point c1 = corners_[l.first] + Point(src_[l.first].cols / 2, src_[l.first].rows / 2); corners_ 148 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp Point c2 = corners_[l.second] + Point(src_[l.second].cols / 2, src_[l.second].rows / 2); corners_ 151 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp c1 = corners_[r.first] + Point(src_[r.first].cols / 2, src_[r.first].rows / 2); corners_ 152 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp c2 = corners_[r.second] + Point(src_[r.second].cols / 2, src_[r.second].rows / 2); corners_ 160 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp const Point *corners_; corners_ 64 modules/stitching/src/seam_finders.cpp corners_ = corners; corners_ 79 modules/stitching/src/seam_finders.cpp if (overlapRoi(corners_[i], corners_[j], sizes_[i], sizes_[j], roi)) corners_ 103 modules/stitching/src/seam_finders.cpp corners_ = corners; corners_ 119 modules/stitching/src/seam_finders.cpp Point tl1 = corners_[first], tl2 = corners_[second]; corners_ 1224 modules/stitching/src/seam_finders.cpp Point tl1 = corners_[first], tl2 = corners_[second]; corners_ 1367 modules/stitching/src/seam_finders.cpp Point tl1 = corners_[first], tl2 = corners_[second];