, including all inherited members.
| _connected | ServerSiftGPU | [private] |
| _CreateContextGL() | ServerSiftGPU | [inline, virtual] |
| _current | SiftGPU | [protected] |
| _dog_level_num | SiftParam | |
| _dog_threshold | SiftParam | |
| _edge_threshold | SiftParam | |
| _image_loaded | SiftGPU | [protected] |
| _imgpath | SiftGPU | [protected] |
| _initialized | SiftGPU | [protected] |
| _level_ds | SiftParam | |
| _level_max | SiftParam | |
| _level_min | SiftParam | |
| _level_num | SiftParam | |
| _list | SiftGPU | [protected] |
| _outpath | SiftGPU | [protected] |
| _port | ServerSiftGPU | [private] |
| _pyramid | SiftGPU | [protected] |
| _server_name | ServerSiftGPU | [private] |
| _sigma | SiftParam | |
| _sigma0 | SiftParam | |
| _sigma_num | SiftParam | |
| _sigma_skip0 | SiftParam | |
| _sigma_skip1 | SiftParam | |
| _sigman | SiftParam | |
| _socketfd | ServerSiftGPU | [private] |
| _texImage | SiftGPU | [protected] |
| _timing | SiftGPU | |
| _VerifyContextGL() | ServerSiftGPU | [virtual] |
| AllocatePyramid(int width, int height) | ServerSiftGPU | [virtual] |
| COMMAND_ALLOCATE_PYRAMID enum value | ServerSiftGPU | [private] |
| COMMAND_DISCONNECT enum value | ServerSiftGPU | [private] |
| COMMAND_EXIT enum value | ServerSiftGPU | [private] |
| COMMAND_GET_DES_VECTOR enum value | ServerSiftGPU | [private] |
| COMMAND_GET_FEATURE_COUNT enum value | ServerSiftGPU | [private] |
| COMMAND_GET_KEY_VECTOR enum value | ServerSiftGPU | [private] |
| COMMAND_INITIALIZE enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_GET_MATCH enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_INITIALIZE enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_SET_DES_BYTE enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_SET_DES_FLOAT enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_SET_LANGUAGE enum value | ServerSiftGPU | [private] |
| COMMAND_MATCH_SET_MAXSIFT enum value | ServerSiftGPU | [private] |
| COMMAND_NONE enum value | ServerSiftGPU | [private] |
| COMMAND_PARSE_PARAM enum value | ServerSiftGPU | [private] |
| COMMAND_RUNSIFT enum value | ServerSiftGPU | [private] |
| COMMAND_RUNSIFT_DATA enum value | ServerSiftGPU | [private] |
| COMMAND_RUNSIFT_FILE enum value | ServerSiftGPU | [private] |
| COMMAND_RUNSIFT_KEY enum value | ServerSiftGPU | [private] |
| COMMAND_SAVE_SIFT enum value | ServerSiftGPU | [private] |
| COMMAND_SET_KEYPOINT enum value | ServerSiftGPU | [private] |
| COMMAND_SET_MAX_DIMENSION enum value | ServerSiftGPU | [private] |
| COMMAND_SET_TIGHTPYRAMID enum value | ServerSiftGPU | [private] |
| ConnectServer(const char *server_name, int port) | ServerSiftGPU | [private] |
| CreateContextGL() | ServerSiftGPU | [inline, virtual] |
| DEFAULT_PORT enum value | ServerSiftGPU | [private] |
| Disconnect() | ServerSiftGPU | [private] |
| GetCurrentImagePath() | SiftGPU | [inline] |
| GetFeatureNum() | ServerSiftGPU | [virtual] |
| GetFeatureVector(SiftGPU::SiftKeypoint *keys, float *descriptors) | ServerSiftGPU | [virtual] |
| GetGuidedSiftMatch(int max_match, int match_buffer[][2], float H[3][3], float F[3][3], float distmax, float ratiomax, float hdistmax, float fdistmax, int mutual_best_match) | ServerSiftGPU | [inline, virtual] |
| GetImageCount() | ServerSiftGPU | [inline, virtual] |
| GetInitialSmoothSigma(int octave_min) | SiftParam | |
| GetLevelSigma(int lev) | SiftParam | |
| GetPixelSizeGL(unsigned int gl_format, unsigned int gl_type) | ServerSiftGPU | [private, static] |
| GetSiftMatch(int max_match, int match_buffer[][2], float distmax, float ratiomax, int mutual_best_match) | ServerSiftGPU | [virtual] |
| InitializeConnection(int argc, char **argv) | ServerSiftGPU | [private] |
| InitSiftGPU() | SiftGPU | [inline, protected] |
| InitSocket() | ServerSiftGPU | [private, static] |
| IsFullSupported() | ServerSiftGPU | [inline, virtual] |
| LoadImageList(char *imlist) | SiftGPU | [protected] |
| operator new(size_t size) | ComboSiftGPU | |
| ParseParam(int argc, char **argv) | ServerSiftGPU | [virtual] |
| ParseSiftParam() | SiftParam | |
| PrintUsage() | SiftGPU | [protected, static] |
| RunServerLoop(int port, int argc, char **argv) | ServerSiftGPU | [friend] |
| RunSIFT(const char *imgpath) | ServerSiftGPU | [virtual] |
| RunSIFT() | ServerSiftGPU | [virtual] |
| RunSIFT(int width, int height, const void *data, unsigned int gl_format, unsigned int gl_type) | ServerSiftGPU | [virtual] |
| RunSIFT(int num, const SiftGPU::SiftKeypoint *keys, int keys_have_orientation=1) | ServerSiftGPU | [virtual] |
| RunSIFT(int index) | ServerSiftGPU | [inline, virtual] |
| SaveSIFT(const char *szFileName) | ServerSiftGPU | [virtual] |
| ServerLoop(int port, int argc, char **argv) | ServerSiftGPU | [private, static] |
| ServerSiftGPU(int port=DEFAULT_PORT, char *remote_server=NULL) | ServerSiftGPU | |
| SetActivePyramid(int index) | SiftGPU | [inline, virtual] |
| SetDescriptors(int index, int num, const float *descriptors, int id=-1) | ServerSiftGPU | [virtual] |
| SetDescriptors(int index, int num, const unsigned char *descriptors, int id=-1) | ServerSiftGPU | [virtual] |
| SetDeviceParam(int argc, char **argv) | ServerSiftGPU | [virtual] |
| SetFeatureLocation(int index, const SiftGPU::SiftKeypoint *keys) | SiftMatchGPU | [inline] |
| SetFeautreLocation(int index, const float *locations, int gap) | ServerSiftGPU | [inline, virtual] |
| SetImageList(int nimage, const char **filelist) | ServerSiftGPU | [inline, virtual] |
| SetKeypointList(int num, const SiftGPU::SiftKeypoint *keys, int keys_have_orientation=1) | ServerSiftGPU | [virtual] |
| SetLanguage(int gpu_language) | ServerSiftGPU | [virtual] |
| SetMaxDimension(int sz) | ServerSiftGPU | [virtual] |
| SetMaxSift(int max_sift) | ServerSiftGPU | [virtual] |
| SetParamSiftGPU(int argc, char **argv) | ServerSiftGPU | [private] |
| SetTightPyramid(int tight=1) | ServerSiftGPU | [virtual] |
| SetVerbose() | ServerSiftGPU | [inline] |
| ComboSiftGPU::SetVerbose(int verbose=4) | SiftGPU | [virtual] |
| SetVerboseBrief() | SiftGPU | [inline] |
| SiftGPU(int np=1) | SiftGPU | |
| SIFTGPU_FULL_SUPPORTED enum value | SiftGPU | |
| SIFTGPU_NOT_SUPPORTED enum value | SiftGPU | |
| SIFTGPU_PARTIAL_SUPPORTED enum value | SiftGPU | |
| SiftKeypoint typedef | SiftGPU | |
| SIFTMATCH_CUDA enum value | SiftMatchGPU | |
| SIFTMATCH_CUDA_DEVICE0 enum value | SiftMatchGPU | |
| SIFTMATCH_GLSL enum value | SiftMatchGPU | |
| SIFTMATCH_LANGUAGE enum name | SiftMatchGPU | |
| SIFTMATCH_SAME_AS_SIFTGPU enum value | SiftMatchGPU | |
| SiftMatchGPU(int max_sift=4096) | SiftMatchGPU | |
| SiftParam() | SiftParam | |
| StartServerProcess(int argc, char **argv) | ServerSiftGPU | [private] |
| VerifyContextGL() | ServerSiftGPU | [virtual] |
| ~ServerSiftGPU() | ServerSiftGPU | [virtual] |
| ~SiftGPU() | SiftGPU | [virtual] |
| ~SiftMatchGPU() | SiftMatchGPU | [virtual] |