Home
last modified time | relevance | path

Searched refs:conf_thresh_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp139 double confThresh() const { return conf_thresh_; } in confThresh()
140 void setConfThresh(double conf_thresh) { conf_thresh_ = conf_thresh; } in setConfThresh()
155 features_(0), pairwise_matches_(0), conf_thresh_(0) in BundleAdjusterBase()
202 double conf_thresh_; member in cv::detail::BundleAdjusterBase
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dstitching.hpp178 CV_WRAP double panoConfidenceThresh() const { return conf_thresh_; } in panoConfidenceThresh()
179 CV_WRAP void setPanoConfidenceThresh(double conf_thresh) { conf_thresh_ = conf_thresh; } in setPanoConfidenceThresh()
285 double conf_thresh_; member in cv::Stitcher