Home
last modified time | relevance | path

Searched refs:setConfThresh (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp125 void setConfThresh(double conf_thresh) { conf_thresh_ = conf_thresh; } in setConfThresh() function in cv::detail::BundleAdjusterBase
141 setConfThresh(1.); in BundleAdjusterBase()
/external/opencv3/modules/stitching/src/
Dstitcher.cpp503 bundle_adjuster_->setConfThresh(conf_thresh_); in estimateCameraParams()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp532 adjuster->setConfThresh(conf_thresh); in main()