Home
last modified time | relevance | path

Searched refs:setFeaturesFinder (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/src/
Dstitcher.cpp63 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createDefault()
65 stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createDefault()
74 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createDefault()
76 stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createDefault()
551 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createStitcher()
553 stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createStitcher()
562 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createStitcher()
564 stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>()); in createStitcher()
/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp51 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
88 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
130 stitcher.setFeaturesFinder(featuresFinder); in OCL_PERF_TEST_P()
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp49 stitcher.setFeaturesFinder(featuresFinder); in PERF_TEST_P()
86 stitcher.setFeaturesFinder(featuresFinder); in PERF_TEST_P()
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp136 void setFeaturesFinder(Ptr<detail::FeaturesFinder> features_finder) in setFeaturesFinder() function in cv::Stitcher