Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dstitcher.cpp139 std::vector<UMat> seam_est_imgs_subset; in composePanorama() local
145 seam_est_imgs_subset.push_back(seam_est_imgs_[indices_[i]]); in composePanorama()
148 seam_est_imgs_ = seam_est_imgs_subset; in composePanorama()
466 std::vector<UMat> seam_est_imgs_subset; in matchImages() local
472 seam_est_imgs_subset.push_back(seam_est_imgs_[indices_[i]]); in matchImages()
475 seam_est_imgs_ = seam_est_imgs_subset; in matchImages()