Searched refs:seam_est_resol_ (Results 1 – 2 of 2) sorted by relevance
119 CV_WRAP double seamEstimationResol() const { return seam_est_resol_; } in seamEstimationResol()120 CV_WRAP void setSeamEstimationResol(double resol_mpx) { seam_est_resol_ = resol_mpx; } in setSeamEstimationResol()223 double seam_est_resol_; member in cv::Stitcher
424 seam_scale_ = std::min(1.0, std::sqrt(seam_est_resol_ * 1e6 / full_img.size().area())); in matchImages()