Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp258 float conf_threshold);
263 float conf_threshold);
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp688 float conf_threshold) in matchesGraphAsString() argument
701 if (pairwise_matches[i*num_images + j].confidence < conf_threshold) in matchesGraphAsString()
754 float conf_threshold) in leaveBiggestComponent() argument
763 if (pairwise_matches[i*num_images + j].confidence < conf_threshold) in leaveBiggestComponent()