OpenCV  3.4.0
Open Source Computer Vision
cv::detail::OrbFeaturesFinder Member List

This is the complete list of members for cv::detail::OrbFeaturesFinder, including all inherited members.

collectGarbage()cv::detail::FeaturesFinderinlinevirtual
isThreadSafe() constcv::detail::FeaturesFinderprotected
operator()(InputArray image, ImageFeatures &features)cv::detail::FeaturesFinder
operator()(InputArray image, ImageFeatures &features, const std::vector< cv::Rect > &rois)cv::detail::FeaturesFinder
operator()(InputArrayOfArrays images, std::vector< ImageFeatures > &features, const std::vector< std::vector< cv::Rect > > &rois)cv::detail::FeaturesFinder
operator()(InputArrayOfArrays images, std::vector< ImageFeatures > &features)cv::detail::FeaturesFinder
OrbFeaturesFinder(Size _grid_size=Size(3, 1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5)cv::detail::OrbFeaturesFinder
~FeaturesFinder()cv::detail::FeaturesFinderinlinevirtual