![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

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