warpRoi           116 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     virtual Rect warpRoi(Size src_size, InputArray K, InputArray R) = 0;
warpRoi           154 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     Rect warpRoi(Size src_size, InputArray K, InputArray R);
warpRoi           200 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     Rect warpRoi(Size src_size, InputArray K, InputArray R);
warpRoi           201 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     Rect warpRoi(Size src_size, InputArray K, InputArray R, InputArray T);
warpRoi           261 modules/stitching/src/stitcher.cpp                 Rect roi = w->warpRoi(sz, K, cameras_[i].R);
warpRoi           187 modules/stitching/src/warpers.cpp     return warpRoi(src_size, K, R, T);
warpRoi           760 samples/cpp/stitching_detailed.cpp                 Rect roi = warper->warpRoi(sz, K, cameras[i].R);