#include "GL/glew.h"
#include <iostream>
#include <iomanip>
#include <vector>
#include <strstream>
#include <algorithm>
#include <string.h>
#include "GlobalUtil.h"
#include "ProgramGLSL.h"
#include "GLTexImage.h"
#include "SiftGPU.h"
#include "SiftMatch.h"
#include "FrameBufferObject.h"
Go to the source code of this file.
Defines | |
#define | GL_R32F 0x822E |
Functions | |
SiftMatchGPU * | CreateNewSiftMatchGPU (int max_sift) |
#define GL_R32F 0x822E |
SiftMatchGPU* CreateNewSiftMatchGPU | ( | int | max_sift | ) |
Definition at line 685 of file SiftMatch.cpp.