OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seam_est_imgs_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/src/
stitcher.cpp
130
seam_est_imgs_
.resize(imgs.size());
136
seam_est_imgs_
[i] = img.clone();
145
seam_est_imgs_subset.push_back(
seam_est_imgs_
[indices_[i]]);
148
seam_est_imgs_
= seam_est_imgs_subset;
167
masks[i].create(
seam_est_imgs_
[i].size(), CV_8U);
182
corners[i] = w->warp(
seam_est_imgs_
[i], K, cameras_[i].R, INTER_LINEAR, BORDER_CONSTANT, images_warped[i]);
199
seam_est_imgs_
.clear();
394
seam_est_imgs_
.resize(imgs_.size());
446
seam_est_imgs_
[i] = img.clone();
472
seam_est_imgs_subset.push_back(
seam_est_imgs_
[indices_[i]])
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/
stitching.hpp
242
std::vector<cv::UMat>
seam_est_imgs_
;
member in class:cv::Stitcher
Completed in 76 milliseconds