HomeSort by relevance Sort by last modified time
    Searched full:full_img_sizes_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/src/
stitcher.cpp 252 Size sz = full_img_sizes_[i];
255 sz.width = cvRound(full_img_sizes_[i].width * compose_scale);
256 sz.height = cvRound(full_img_sizes_[i].height * compose_scale);
395 full_img_sizes_.resize(imgs_.size());
405 full_img_sizes_[i] = full_img.size();
473 full_img_sizes_subset.push_back(full_img_sizes_[indices_[i]]);
477 full_img_sizes_ = full_img_sizes_subset;
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 239 std::vector<cv::Size> full_img_sizes_; member in class:cv::Stitcher

Completed in 60 milliseconds