Searched refs:SurfFeaturesFinder (Results 1 – 7 of 7) sorted by relevance
38 : 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>();
40 : 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()
50 TEST(SurfFeaturesFinder, CanFindInROIs) in TEST() argument52 Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>(); in TEST()
104 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder class107 SurfFeaturesFinder(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
319 SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinder() function in cv::detail::SurfFeaturesFinder361 void SurfFeaturesFinder::find(InputArray image, ImageFeatures &features) in find()
74 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createDefault()562 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); in createStitcher()
392 finder = makePtr<SurfFeaturesFinder>(); in main()