#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 |
||
) |
|
inherited |
|
inherited |
|
virtualinherited |
Reimplemented in cv::detail::SurfFeaturesFinderGpu.