mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
TAPI: stitching, replaced Mat->UMat/_Array
This commit is contained in:
committed by
Andrey Pavlenko
parent
8b6c5ade0e
commit
1d9808e5d5
@@ -113,7 +113,7 @@ bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi)
|
||||
}
|
||||
|
||||
|
||||
Rect resultRoi(const std::vector<Point> &corners, const std::vector<Mat> &images)
|
||||
Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images)
|
||||
{
|
||||
std::vector<Size> sizes(images.size());
|
||||
for (size_t i = 0; i < images.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user