$search
#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 31 of file DetectGPUSIFT.hh.
P::DetectGPUSIFT::DetectGPUSIFT | ( | ) |
Definition at line 14 of file DetectGPUSIFT.cc.
P::DetectGPUSIFT::~DetectGPUSIFT | ( | ) |
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 34 of file DetectGPUSIFT.hh.