Searched refs:FeaturesFinder (Results 1 – 7 of 7) sorted by relevance
38 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P()39 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()40 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()75 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P()76 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()77 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()117 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in OCL_PERF_TEST_P()118 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in OCL_PERF_TEST_P()119 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in OCL_PERF_TEST_P()
36 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in PERF_TEST_P()37 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in PERF_TEST_P()38 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in PERF_TEST_P()73 Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" in PERF_TEST_P()74 ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) in PERF_TEST_P()75 : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); in PERF_TEST_P()112 Ptr<detail::FeaturesFinder> finder; in PERF_TEST_P()165 Ptr<detail::FeaturesFinder> finder;
71 class CV_EXPORTS FeaturesFinder class74 virtual ~FeaturesFinder() {} in ~FeaturesFinder()104 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder122 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder136 class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder
134 Ptr<detail::FeaturesFinder> featuresFinder() { return features_finder_; } in featuresFinder()135 const Ptr<detail::FeaturesFinder> featuresFinder() const { return features_finder_; } in featuresFinder()136 void setFeaturesFinder(Ptr<detail::FeaturesFinder> features_finder) in setFeaturesFinder()226 Ptr<detail::FeaturesFinder> features_finder_;
52 Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>(); in TEST()
275 void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features) in operator ()()282 void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features, const std::vector<Rect>… in operator ()()
384 Ptr<FeaturesFinder> finder; in main()