Searched refs:FeaturesFinder (Results 1 – 2 of 2) sorted by relevance
71 class CV_EXPORTS FeaturesFinder class74 virtual ~FeaturesFinder() {} in ~FeaturesFinder()126 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder144 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder160 class CV_EXPORTS AKAZEFeaturesFinder : public detail::FeaturesFinder178 class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder
187 Ptr<detail::FeaturesFinder> featuresFinder() { return features_finder_; } in featuresFinder()188 const Ptr<detail::FeaturesFinder> featuresFinder() const { return features_finder_; } in featuresFinder()189 void setFeaturesFinder(Ptr<detail::FeaturesFinder> features_finder) in setFeaturesFinder()286 Ptr<detail::FeaturesFinder> features_finder_;