Home
last modified time | relevance | path

Searched refs:featuresFinder (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp38 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P() local
51 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
75 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P() local
88 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
117 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P() local
130 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp36 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in PERF_TEST_P() local
49 stitcher.setFeaturesFinder(featuresFinder); in PERF_TEST_P()
73 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in PERF_TEST_P() local
86 stitcher.setFeaturesFinder(featuresFinder); in PERF_TEST_P()
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp134 Ptr<detail::FeaturesFinder> featuresFinder() { return features_finder_; } in featuresFinder() function in cv::Stitcher
135 const Ptr<detail::FeaturesFinder> featuresFinder() const { return features_finder_; } in featuresFinder() function in cv::Stitcher