Public Member Functions
cv::detail::SurfFeaturesFinder Class Reference

#include <matchers.hpp>

Inherits cv::detail::FeaturesFinder.

List of all members.

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

Constructor & Destructor Documentation

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 
)

Member Function Documentation

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]
virtual void cv::detail::FeaturesFinder::collectGarbage ( ) [virtual, inherited]

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