#include <iostream>
#include <vector>
#include "../SiftGPU/LiteWindow.h"
#include "../SiftGPU/SiftGPU.h"
Go to the source code of this file.
Functions | |
ComboSiftGPU * | CreateRemoteSiftGPU (int port, char *remote_server) |
void | RunServerLoop (int port, int argc, char **argv) |
ComboSiftGPU* CreateRemoteSiftGPU | ( | int | port, |
char * | remote_server | ||
) |
Definition at line 889 of file ServerSiftGPU.cpp.
void RunServerLoop | ( | int | port, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 896 of file ServerSiftGPU.cpp.