#include <matchers.hpp>
Inherits cv::detail::FeaturesFinder.
Public Member Functions | |
| OrbFeaturesFinder (Size _grid_size=Size(3, 1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5) | |
| void | operator() (const Mat &image, ImageFeatures &features) |
| void | operator() (const Mat &image, ImageFeatures &features, const std::vector< cv::Rect > &rois) |
| virtual void | collectGarbage () |
| cv::detail::OrbFeaturesFinder::OrbFeaturesFinder | ( | Size | _grid_size = Size(3, 1), |
| int | nfeatures = 1500, |
||
| float | scaleFactor = 1.3f, |
||
| int | nlevels = 5 |
||
| ) |
| void cv::detail::FeaturesFinder::operator() | ( | const Mat & | image, |
| ImageFeatures & | features | ||
| ) | [inherited] |
| void cv::detail::FeaturesFinder::operator() | ( | const Mat & | image, |
| ImageFeatures & | features, | ||
| const std::vector< cv::Rect > & | rois | ||
| ) | [inherited] |
| virtual void cv::detail::FeaturesFinder::collectGarbage | ( | ) | [virtual, inherited] |
Reimplemented in cv::detail::SurfFeaturesFinderGpu.