HomeSort by relevance Sort by last modified time
    Searched defs:conf_thresh_ (Results 1 - 2 of 2) 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

Completed in 506 milliseconds