Solar
Public Member Functions | List of all members
SolAR::MODULES::NONFREEOPENCV::SolARDescriptorsExtractorSIFTOpencv Class Reference

Extracts the SIFT descriptors for a set of keypoints. UUID: 3787eaa6-d0a0-11e7-8fab-cec278b6b50a More...

#include <SolARDescriptorsExtractorSIFTOpencv.h>

Inheritance diagram for SolAR::MODULES::NONFREEOPENCV::SolARDescriptorsExtractorSIFTOpencv:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::NONFREEOPENCV::SolARDescriptorsExtractorSIFTOpencv:
Collaboration graph
[legend]

Public Member Functions

void unloadComponent () overridefinal
 
std::string getTypeString () override
 
void extract (const SRef< Image > image, const std::vector< SRef< Keypoint > > &keypoints, SRef< DescriptorBuffer > &descriptors) override
 Extracts a set of descriptors from a given image around a set of keypoints based on SIFT algorithm [in] image: source image. [in] keypoints: set of keypoints. [out] decsriptors: set of computed descriptors.
 

Detailed Description

Extracts the SIFT descriptors for a set of keypoints. UUID: 3787eaa6-d0a0-11e7-8fab-cec278b6b50a


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