#include <matchers.hpp>
Inherited by cv::detail::OrbFeaturesFinder, cv::detail::SurfFeaturesFinder, and cv::detail::SurfFeaturesFinderGpu.
Public Member Functions | |
| virtual | ~FeaturesFinder () |
| void | operator() (const Mat &image, ImageFeatures &features) |
| void | operator() (const Mat &image, ImageFeatures &features, const std::vector< cv::Rect > &rois) |
| virtual void | collectGarbage () |
Protected Member Functions | |
| virtual void | find (const Mat &image, ImageFeatures &features)=0 |
| virtual cv::detail::FeaturesFinder::~FeaturesFinder | ( | ) | [virtual] |
| void cv::detail::FeaturesFinder::operator() | ( | const Mat & | image, |
| ImageFeatures & | features | ||
| ) |
| void cv::detail::FeaturesFinder::operator() | ( | const Mat & | image, |
| ImageFeatures & | features, | ||
| const std::vector< cv::Rect > & | rois | ||
| ) |
| virtual void cv::detail::FeaturesFinder::collectGarbage | ( | ) | [virtual] |
Reimplemented in cv::detail::SurfFeaturesFinderGpu.
| virtual void cv::detail::FeaturesFinder::find | ( | const Mat & | image, |
| ImageFeatures & | features | ||
| ) | [protected, pure virtual] |