HomeSort by relevance Sort by last modified time
    Searched full:match_conf_ (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/stitching/src/
matchers.cpp 120 CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {}
124 float match_conf_; member in class:__anon22635::CpuMatcher
131 GpuMatcher(float match_conf) : match_conf_(match_conf) {}
137 float match_conf_; member in class:__anon22635::GpuMatcher
151 if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_))
188 if (m0.distance < (1.f - match_conf_) * m1.distance)
205 if (m0.distance < (1.f - match_conf_) * m1.distance)
236 if (m0.distance < (1.f - match_conf_) * m1.distance)
252 if (m0.distance < (1.f - match_conf_) * m1.distance)

Completed in 259 milliseconds