src/qvcuda/qvsiftgpu/qvsiftgpu.h File Reference
File from the QVision library.  
More...
#include <QList>
#include <QVImage>
#include <QVSiftFeature>
Go to the source code of this file.
| Enumerations | 
| enum | nvidia_method { , GLSL_METHOD =  1, 
CG_METHOD =  2
 } | 
|  | Available methods for CPU SIFT feature detection. More... 
 | 
| Functions | 
| const QList< QVSiftFeature > | getSiftGPUFeatures (const QVImage< uChar > &image, nvidia_method method=CUDA_METHOD, bool computeDescriptors=FALSE, double filterWidthFactor=4.0, double orientationSampleWindow=2.0, double descriptorGridSize=3.0, int firstOctave=0, double thresholdDoG=0.02/3, double thresholdEdge=10.0, int d=3, int v=0) | 
|  | Find SIFT features in an image using user-specified parameter values, using NVIDIA CUDA. 
 | 
| QList< QPair< int, int > > | matchSiftGPUFeatures (const QList< QVSiftFeature > img1features, const QList< QVSiftFeature > img2features, const float distmax=0.7, const float ratiomax=0.8, const bool mutual_best_match=true) | 
|  | Match SIFT features between a pair of images using using NVIDIA CUDA. 
 | 
Detailed Description
File from the QVision library. 
- Author:
- PARP Research Group. University of Murcia, Spain. 
Definition in file qvsiftgpu.h.