Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp357 float conf_threshold);
362 float conf_threshold);
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dmotion_estimators.cpp1018 float conf_threshold) in matchesGraphAsString() argument
1031 if (pairwise_matches[i*num_images + j].confidence < conf_threshold) in matchesGraphAsString()
1084 float conf_threshold) in leaveBiggestComponent() argument
1093 if (pairwise_matches[i*num_images + j].confidence < conf_threshold) in leaveBiggestComponent()