#include <matchers.hpp>
Inherits cv::detail::FeaturesFinder.
Public Member Functions | |
SurfFeaturesFinderGpu (double hess_thresh=300., int num_octaves=3, int num_layers=4, int num_octaves_descr=4, int num_layers_descr=2) | |
void | collectGarbage () |
void | operator() (const Mat &image, ImageFeatures &features) |
void | operator() (const Mat &image, ImageFeatures &features, const std::vector< cv::Rect > &rois) |
cv::detail::SurfFeaturesFinderGpu::SurfFeaturesFinderGpu | ( | double | hess_thresh = 300. , |
int | num_octaves = 3 , |
||
int | num_layers = 4 , |
||
int | num_octaves_descr = 4 , |
||
int | num_layers_descr = 2 |
||
) |
|
virtual |
Reimplemented from cv::detail::FeaturesFinder.
|
inherited |
|
inherited |