Home
last modified time | relevance | path

Searched refs:imgs_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
Dstitcher.cpp97 images.getUMatVector(imgs_); in estimateTransform()
127 CV_Assert(imgs.size() == imgs_.size()); in composePanorama()
134 imgs_[i] = imgs[i]; in composePanorama()
144 imgs_subset.push_back(imgs_[indices_[i]]); in composePanorama()
149 imgs_ = imgs_subset; in composePanorama()
158 std::vector<Point> corners(imgs_.size()); in composePanorama()
159 std::vector<UMat> masks_warped(imgs_.size()); in composePanorama()
160 std::vector<UMat> images_warped(imgs_.size()); in composePanorama()
161 std::vector<Size> sizes(imgs_.size()); in composePanorama()
162 std::vector<UMat> masks(imgs_.size()); in composePanorama()
[all …]
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp237 std::vector<cv::UMat> imgs_; member in cv::Stitcher