SURF features finder.
More...
#include "matchers.hpp"
|
| | SurfFeaturesFinder (double hess_thresh=300., int num_octaves=3, int num_layers=4, int num_octaves_descr=3, int num_layers_descr=4) |
| |
| virtual void | collectGarbage () |
| | Frees unused memory allocated before if there is any. More...
|
| |
| void | operator() (InputArray image, ImageFeatures &features) |
| |
| void | operator() (InputArray image, ImageFeatures &features, const std::vector< cv::Rect > &rois) |
| | Finds features in the given image. More...
|
| |
| void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features, const std::vector< std::vector< cv::Rect > > &rois) |
| | Finds features in the given images in parallel. More...
|
| |
| void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features) |
| |
SURF features finder.
- See also
- detail::FeaturesFinder, SURF
◆ SurfFeaturesFinder()
| 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 |
|
) |
| |
◆ collectGarbage()
| virtual void cv::detail::FeaturesFinder::collectGarbage |
( |
| ) |
|
|
inlinevirtualinherited |
Frees unused memory allocated before if there is any.
References cv::InputArray.
◆ isThreadSafe()
| bool cv::detail::FeaturesFinder::isThreadSafe |
( |
| ) |
const |
|
protectedinherited |
uses dynamic_cast to determine thread-safety
- Returns
- True, if it's possible to use the same finder instance in parallel, false otherwise
◆ operator()() [1/4]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
◆ operator()() [2/4]
Finds features in the given image.
- Parameters
-
| image | Source image |
| features | Found features |
| rois | Regions of interest |
- See also
- detail::ImageFeatures, Rect_
◆ operator()() [3/4]
Finds features in the given images in parallel.
- Parameters
-
| images | Source images |
| features | Found features for each image |
| rois | Regions of interest for each image |
- See also
- detail::ImageFeatures, Rect_
◆ operator()() [4/4]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
The documentation for this class was generated from the following file:
- stitching/include/opencv2/stitching/detail/matchers.hpp