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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 124 double confThresh() const { return conf_thresh_; }
125 void setConfThresh(double conf_thresh) { conf_thresh_ = conf_thresh; }
185 double conf_thresh_; member in class:cv::detail::BundleAdjusterBase
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 125 CV_WRAP double panoConfidenceThresh() const { return conf_thresh_; }
126 CV_WRAP void setPanoConfidenceThresh(double conf_thresh) { conf_thresh_ = conf_thresh; }
225 double conf_thresh_; member in class:cv::Stitcher
  /external/opencv3/modules/stitching/src/
stitcher.cpp 465 indices_ = detail::leaveBiggestComponent(features_, pairwise_matches_, (float)conf_thresh_);
503 bundle_adjuster_->setConfThresh(conf_thresh_);
motion_estimators.cpp 198 if (matches_info.confidence > conf_thresh_)

Completed in 585 milliseconds