HomeSort by relevance Sort by last modified time
    Searched refs:seam_est_resol_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 119 CV_WRAP double seamEstimationResol() const { return seam_est_resol_; }
120 CV_WRAP void setSeamEstimationResol(double resol_mpx) { seam_est_resol_ = resol_mpx; }
223 double seam_est_resol_; member in class:cv::Stitcher
  /external/opencv3/modules/stitching/src/
stitcher.cpp 424 seam_scale_ = std::min(1.0, std::sqrt(seam_est_resol_ * 1e6 / full_img.size().area()));

Completed in 58 milliseconds