Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
AKAZEFeaturesFinder Class Reference
[Features Finding and Images Matching]
AKAZE 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. | |
void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features, const std::vector< std::vector< cv::Rect > > &rois) |
Finds features in the given images in parallel. | |
void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features) |
virtual void | collectGarbage () |
Frees unused memory allocated before if there is any. | |
Protected Member Functions | |
bool | isThreadSafe () const |
uses dynamic_cast to determine thread-safety |
Detailed Description
AKAZE features finder.
:
- See also:
- detail::FeaturesFinder, AKAZE
Definition at line 160 of file matchers.hpp.
Member Function Documentation
virtual void collectGarbage | ( | ) | [virtual, inherited] |
Frees unused memory allocated before if there is any.
Definition at line 99 of file matchers.hpp.
bool isThreadSafe | ( | ) | const [protected, inherited] |
uses dynamic_cast to determine thread-safety
- Returns:
- True, if it's possible to use the same finder instance in parallel, false otherwise
void operator() | ( | InputArray | image, |
ImageFeatures & | features, | ||
const std::vector< cv::Rect > & | rois | ||
) | [inherited] |
Finds features in the given image.
- Parameters:
-
image Source image features Found features rois Regions of interest
- See also:
- detail::ImageFeatures, Rect_
void operator() | ( | InputArrayOfArrays | images, |
std::vector< 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() | ( | InputArrayOfArrays | images, |
std::vector< ImageFeatures > & | features, | ||
const std::vector< std::vector< cv::Rect > > & | rois | ||
) | [inherited] |
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_
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.
Generated on Tue Jul 12 2022 18:20:24 by
