HomeSort by relevance Sort by last modified time
    Searched refs:ORB_MATCH_CONFIDENCE (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp 17 #define ORB_MATCH_CONFIDENCE 0.3f
43 ? makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE)
80 ? makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE)
122 ? makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE)
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 13 #define ORB_MATCH_CONFIDENCE 0.3f
41 ? makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE)
78 ? makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE)
122 matcher = makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE);
177 matcher = makePtr<detail::BestOf2NearestMatcher>(false, ORB_MATCH_CONFIDENCE);

Completed in 2548 milliseconds