Jafar
|
SIFT Descriptor class. Based on SIFT++ by Andrea Vedaldi (cf copyright at the end of this file)
Definition at line 31 of file descriptor.hpp.
#include <descriptor.hpp>
Classes | |
class | Params |
Public Member Functions | |
SIFTFactory (Params params_) | |
SIFTFactory (std::string const &fileName_) | |
virtual bool | generate (const jafar::image::Image &img_, std::vector< jafar::sams::Feature * > &fVec_) const |
Private Member Functions | |
void | preproc (const jafar::image::Image &img_, jblas::mat &mag_, jblas::mat &dir_) const |
void | computeOrientations (std::vector< jafar::sams::Feature * > &fVec_, const jblas::mat &mag_, const jblas::mat &dir_) const |
void | computeDescriptors (std::vector< jafar::sams::Feature * > &fVec_, const jblas::mat &mag_, const jblas::mat &dir_) const |
Private Attributes | |
Params | params |
Generated on Wed Oct 15 2014 00:37:47 for Jafar by doxygen 1.7.6.1 |