Searched refs:seam_est_resol_ (Results 1 – 1 of 1) sorted by relevance
172 CV_WRAP double seamEstimationResol() const { return seam_est_resol_; } in seamEstimationResol()173 CV_WRAP void setSeamEstimationResol(double resol_mpx) { seam_est_resol_ = resol_mpx; } in setSeamEstimationResol()283 double seam_est_resol_; member in cv::Stitcher