OpenCV
3.0.0
Open Source Computer Vision
|
ORB features finder. : More...
#include "matchers.hpp"
Public Member Functions | |
OrbFeaturesFinder (Size _grid_size=Size(3, 1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5) | |
Public Member Functions inherited from cv::detail::FeaturesFinder | |
virtual | ~FeaturesFinder () |
virtual void | collectGarbage () |
Frees unused memory allocated before if there is any. More... | |
void | operator() (InputArray image, ImageFeatures &features) |
void | operator() (InputArray image, ImageFeatures &features, const std::vector< cv::Rect > &rois) |
Finds features in the given image. More... | |
Additional Inherited Members |
ORB features finder. :
cv::detail::OrbFeaturesFinder::OrbFeaturesFinder | ( | Size | _grid_size = Size(3, 1) , |
int | nfeatures = 1500 , |
||
float | scaleFactor = 1.3f , |
||
int | nlevels = 5 |
||
) |