Home
last modified time | relevance | path

Searched refs:FeaturesFinder (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp71 class CV_EXPORTS FeaturesFinder class
74 virtual ~FeaturesFinder() {} in ~FeaturesFinder()
126 class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder
144 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder
160 class CV_EXPORTS AKAZEFeaturesFinder : public detail::FeaturesFinder
178 class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dstitching.hpp187 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_;