#include <matchers.hpp>
Inherits cv::detail::FeaturesFinder.
Public Member Functions | |
SurfFeaturesFinder (double hess_thresh=300., int num_octaves=3, int num_layers=4, int num_octaves_descr=3, int num_layers_descr=4) | |
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::SurfFeaturesFinder::SurfFeaturesFinder | ( | double | hess_thresh = 300. , |
int | num_octaves = 3 , |
||
int | num_layers = 4 , |
||
int | num_octaves_descr = 3 , |
||
int | num_layers_descr = 4 |
||
) |
|
inherited |
|
inherited |
|
virtualinherited |
Reimplemented in cv::detail::SurfFeaturesFinderGpu.