AKAZE Class Declaration.
More...
#include <AKAZE.hpp>
◆ AKAZE()
Constructor.
- Parameters
-
| [in] | image | Input image |
| [in] | options | AKAZE configuration options |
◆ computeMainOrientation()
This method computes the main orientation for a given keypoint.
- Parameters
-
| [in,out] | keypoint | Input keypoint |
| [in] | Lx | X derivatives |
| [in] | Ly | Y derivatives |
- Note
- The orientation is computed using a similar approach as described in the original SURF method. See Bay et al., Speeded Up Robust Features, ECCV 2006
◆ featureDetection()
| void aliceVision::feature::AKAZE::featureDetection |
( |
std::vector< AKAZEKeypoint > & |
keypoints | ) |
const |
Detect feature in the AKAZE scale space.
- Parameters
-
| [in,out] | keypoints | AKAZE keypoints |
◆ getSlices()
| const std::vector<TEvolution>& aliceVision::feature::AKAZE::getSlices |
( |
| ) |
const |
|
inline |
Get scale space slices.
- Returns
- slices
◆ gridFiltering()
| void aliceVision::feature::AKAZE::gridFiltering |
( |
std::vector< AKAZEKeypoint > & |
keypoints | ) |
const |
Grid filtering of the detected keypoints.
- Parameters
-
| [in,out] | keypoints | AKAZE keypoints |
◆ subpixelRefinement() [1/2]
Sub-pixel refinement of the detected keypoint.
- Parameters
-
| [in,out] | keypoint | AKAZE keypoint |
◆ subpixelRefinement() [2/2]
| void aliceVision::feature::AKAZE::subpixelRefinement |
( |
std::vector< AKAZEKeypoint > & |
keypoints | ) |
const |
Sub-pixel refinement of the detected keypoints.
- Parameters
-
| [in,out] | keypoints | AKAZE keypoints |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/feature/akaze/AKAZE.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/feature/akaze/AKAZE.cpp