#include <DetectGPUSIFT.hh>
| Public Member Functions | |
| DetectGPUSIFT () | |
| void | Draw (IplImage *img, Array< KeypointDescriptor * > &keys) | 
| void | Operate (IplImage *img, Array< KeypointDescriptor * > &keys) | 
| ~DetectGPUSIFT () | |
| Private Attributes | |
| SiftGPU * | sift | 
Definition at line 30 of file DetectGPUSIFT.hh.
Definition at line 14 of file DetectGPUSIFT.cc.
Definition at line 32 of file DetectGPUSIFT.cc.
| void P::DetectGPUSIFT::Draw | ( | IplImage * | img, | 
| Array< KeypointDescriptor * > & | keys | ||
| ) | 
Match SIFT descriptor with codebook on gpu
Definition at line 111 of file DetectGPUSIFT.cc.
| void P::DetectGPUSIFT::Operate | ( | IplImage * | img, | 
| Array< KeypointDescriptor * > & | keys | ||
| ) | 
Definition at line 49 of file DetectGPUSIFT.cc.
| SiftGPU* P::DetectGPUSIFT::sift  [private] | 
Definition at line 33 of file DetectGPUSIFT.hh.