Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dstitcher.cpp252 Size sz = full_img_sizes_[i]; in composePanorama()
255 sz.width = cvRound(full_img_sizes_[i].width * compose_scale); in composePanorama()
256 sz.height = cvRound(full_img_sizes_[i].height * compose_scale); in composePanorama()
395 full_img_sizes_.resize(imgs_.size()); in matchImages()
405 full_img_sizes_[i] = full_img.size(); in matchImages()
473 full_img_sizes_subset.push_back(full_img_sizes_[indices_[i]]); in matchImages()
477 full_img_sizes_ = full_img_sizes_subset; in matchImages()
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp239 std::vector<cv::Size> full_img_sizes_; member in cv::Stitcher