ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SiftMatch.cpp File Reference
#include "GL/glew.h"
#include <iostream>
#include <iomanip>
#include <vector>
#include <sstream>
#include <algorithm>
#include <string.h>
#include "GlobalUtil.h"
#include "ProgramGLSL.h"
#include "GLTexImage.h"
#include "SiftGPU.h"
#include "SiftMatch.h"
#include "FrameBufferObject.h"
Include dependency graph for SiftMatch.cpp:

Go to the source code of this file.

Macros

#define GL_R32F   0x822E
 

Functions

SiftMatchGPUCreateNewSiftMatchGPU (int max_sift)
 

Macro Definition Documentation

◆ GL_R32F

#define GL_R32F   0x822E

Function Documentation

◆ CreateNewSiftMatchGPU()

SiftMatchGPU* CreateNewSiftMatchGPU ( int  max_sift)

Definition at line 696 of file SiftMatch.cpp.