Public Member Functions | List of all members
cv::detail::SurfFeaturesFinderGpu Class Reference

#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)
 

Constructor & Destructor Documentation

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 
)

Member Function Documentation

void cv::detail::SurfFeaturesFinderGpu::collectGarbage ( )
virtual

Reimplemented from cv::detail::FeaturesFinder.

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

The documentation for this class was generated from the following file: