opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

SurfFeaturesFinder Class Reference

SurfFeaturesFinder Class Reference
[Features Finding and Images Matching]

SURF features finder. More...

#include <matchers.hpp>

Inherits cv::detail::FeaturesFinder.

Public Member Functions

void operator() (InputArray image, ImageFeatures &features)
void operator() (InputArray image, ImageFeatures &features, const std::vector< cv::Rect > &rois)
 Finds features in the given image.
virtual void collectGarbage ()
 Frees unused memory allocated before if there is any.

Detailed Description

SURF features finder.

See also:
detail::FeaturesFinder, SURF

Definition at line 104 of file matchers.hpp.


Member Function Documentation

virtual void collectGarbage (  ) [virtual, inherited]

Frees unused memory allocated before if there is any.

Definition at line 87 of file matchers.hpp.

void operator() ( InputArray  image,
ImageFeatures features 
) [inherited]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

void operator() ( InputArray  image,
ImageFeatures features,
const std::vector< cv::Rect > &  rois 
) [inherited]

Finds features in the given image.

Parameters:
imageSource image
featuresFound features
roisRegions of interest
See also:
detail::ImageFeatures, Rect_