OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conf_thresh
(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
; }
/external/opencv3/modules/stitching/include/opencv2/
stitching.hpp
126
CV_WRAP void setPanoConfidenceThresh(double
conf_thresh
) { conf_thresh_ =
conf_thresh
; }
/external/opencv3/samples/cpp/
stitching_detailed.cpp
86
" --
conf_thresh
<float>\n"
134
float
conf_thresh
= 1.f;
variable
217
else if (string(argv[i]) == "--
conf_thresh
")
219
conf_thresh
= static_cast<float>(atof(argv[i + 1]));
481
f << matchesGraphAsString(img_names, pairwise_matches,
conf_thresh
);
485
vector<int> indices = leaveBiggestComponent(features, pairwise_matches,
conf_thresh
);
532
adjuster->setConfThresh(
conf_thresh
);
Completed in 150 milliseconds