Home
last modified time | relevance | path

Searched refs:SurfFeaturesFinder (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp38 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in PERF_TEST_P()
75 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in PERF_TEST_P()
116 finder = makePtr<detail::SurfFeaturesFinder>(); in PERF_TEST_P()
171 finder = makePtr<detail::SurfFeaturesFinder>();
/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp40 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()
77 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()
119 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()
/external/opencv3/modules/stitching/test/
Dtest_matchers.cpp50 TEST(SurfFeaturesFinder, CanFindInROIs) in TEST() argument
52 Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>(); in TEST()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp104 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder class
107 SurfFeaturesFinder(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
/external/opencv3/modules/stitching/src/
Dmatchers.cpp319 SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinder() function in cv::detail::SurfFeaturesFinder
361 void SurfFeaturesFinder::find(InputArray image, ImageFeatures &features) in find()
Dstitcher.cpp74 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createDefault()
562 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createStitcher()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp392 finder = makePtr<SurfFeaturesFinder>(); in main()