Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

sift-driver.hpp

Go to the documentation of this file.
00001 #ifndef __SIFTDRIVER_H
00002 #define __SIFTDRIVER_H
00003 
00004 #include "sift.hpp"
00005 #include <vector>
00006 
00007 // VL::Sift* siftdriver(int argc, char** argv, int* numKeypoints);
00008 // VL::Sift* siftdriver(int argc, char** argv, int* numKeypoints, vector<double>* keyValues);
00009 VL::Sift* siftdriver(int argc, char** argv, int* numKeypoints, std::vector<double>* keyValues, std::vector< std::vector< std::vector<int> > >& gaussianSpace);
00010 VL::Sift* siftdriver(int argc, char** argv, int* numKeypoints, std::vector<double>* keyValues, std::vector< std::vector< std::vector<int> > >& gaussianSpace, VL::pixel_t* data, int width, int height);
00011 
00012 #endif

Tekkotsu v5.1CVS
Generated Mon May 9 04:58:51 2016 by Doxygen 1.6.3