OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setConfThresh
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
125
void
setConfThresh
(double conf_thresh) { conf_thresh_ = conf_thresh; }
141
setConfThresh
(1.);
/external/opencv3/modules/stitching/src/
stitcher.cpp
503
bundle_adjuster_->
setConfThresh
(conf_thresh_);
/external/opencv3/samples/cpp/
stitching_detailed.cpp
532
adjuster->
setConfThresh
(conf_thresh);
Completed in 134 milliseconds