Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dstitcher.cpp135 resize(imgs[i], img, Size(), seam_scale_, seam_scale_); in composePanorama()
389 seam_scale_ = 1; in matchImages()
424 seam_scale_ = std::min(1.0, std::sqrt(seam_est_resol_ * 1e6 / full_img.size().area())); in matchImages()
425 seam_work_aspect_ = seam_scale_ / work_scale_; in matchImages()
445 resize(full_img, img, Size(), seam_scale_, seam_scale_); in matchImages()
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp246 double seam_scale_; member in cv::Stitcher