Go to the source code of this file.
Classes | |
class | ComboSiftGPU |
class | SiftGPU |
class | SiftGPUEX |
struct | SiftGPU::SiftKeypoint |
class | SiftMatchGPU |
matcher export More... | |
class | SiftParam |
Defines | |
#define | SIFTGPU_EXPORT |
#define | SIFTGPU_EXPORT_EXTERN extern "C" |
Typedefs | |
typedef SiftGPU::SiftKeypoint | SiftKeypoint |
Functions | |
SIFTGPU_EXPORT_EXTERN ComboSiftGPU * | CreateComboSiftGPU () |
SIFTGPU_EXPORT int | CreateLiteWindow (LiteWindow *window) |
SIFTGPU_EXPORT_EXTERN SiftGPU * | CreateNewSiftGPU (int np=1) |
SIFTGPU_EXPORT_EXTERN SiftMatchGPU * | CreateNewSiftMatchGPU (int max_sift=4096) |
SIFTGPU_EXPORT_EXTERN ComboSiftGPU * | CreateRemoteSiftGPU (int port=7777, char *remote_server=NULL) |
SIFTGPU_EXPORT void | RunServerLoop (int port, int argc, char **argv) |
#define SIFTGPU_EXPORT |
#define SIFTGPU_EXPORT_EXTERN extern "C" |
typedef SiftGPU::SiftKeypoint SiftKeypoint |
Definition at line 1424 of file SiftGPU.cpp.
SIFTGPU_EXPORT int CreateLiteWindow | ( | LiteWindow * | window | ) |
Definition at line 462 of file GlobalUtil.cpp.
SIFTGPU_EXPORT_EXTERN SiftGPU* CreateNewSiftGPU | ( | int | np = 1 | ) |
Definition at line 1408 of file SiftGPU.cpp.
SIFTGPU_EXPORT_EXTERN SiftMatchGPU* CreateNewSiftMatchGPU | ( | int | max_sift = 4096 | ) |
Definition at line 685 of file SiftMatch.cpp.
SIFTGPU_EXPORT_EXTERN ComboSiftGPU* CreateRemoteSiftGPU | ( | int | port = 7777 , |
char * | remote_server = NULL |
||
) |
Definition at line 889 of file ServerSiftGPU.cpp.
SIFTGPU_EXPORT void RunServerLoop | ( | int | port, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 896 of file ServerSiftGPU.cpp.