Solar
Public Member Functions | List of all members
SolAR::MODULES::OPENCV::SolARDescriptorsExtractorAKAZE2Opencv Class Reference

Extracts the AKAZE descriptors for a set of keypoints (optimized version). UUID: 21238c00-26dd-11e8-b467-0ed5f89f718b More...

#include <SolARDescriptorsExtractorAKAZE2Opencv.h>

Inheritance diagram for SolAR::MODULES::OPENCV::SolARDescriptorsExtractorAKAZE2Opencv:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::OPENCV::SolARDescriptorsExtractorAKAZE2Opencv:
Collaboration graph
[legend]

Public Member Functions

org::bcom::xpcf::XPCFErrorCode onConfigured () override final
 
void unloadComponent () override final
 
std::string getTypeString () override
 
void extract (const SRef< datastructure::Image > image, const std::vector< datastructure::Keypoint > &keypoints, SRef< datastructure::DescriptorBuffer > &descriptors) override
 Extracts a set of descriptors from a given image around a set of keypoints based on AKAZE 2 algorithm "Fast explicit diffusion for acceleratedfeatures in nonlinear scale space" [in] image: source image. [in] keypoints: set of keypoints. [out] decsriptors: se of computed descriptors.
 

Detailed Description

Extracts the AKAZE descriptors for a set of keypoints (optimized version). UUID: 21238c00-26dd-11e8-b467-0ed5f89f718b

Properties
threshold
type: double; range : [0..MAX DOUBLE]; default: 3e-4

The documentation for this class was generated from the following file: