搜索资源列表
cuSVMVCcode
- 基于GPU计算的SVM,VC++源码,包括详细文档说明文件。借用了GPU编程的优势,该代码据作者说比常规的libsvm等算法包的训练速度快13-73倍,预测速度快22-172倍。希望对大家有用-cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel proc
SiftGPU-V370
- 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU th
Gaussian-blur-with-CUDA-5
- cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
recursiveGaussian
- 基于CUDA加速的高斯模糊算法,包含整个工程文件及相应测试图片。-Using CUDA implement a Gaussian blur using Deriche s recursive method. The advantage of this method is that the execution time is independent of the filter width.
Gauss_Adjust_GPU
- 该算法基于opencv的自适应高斯滤波,并且使用CUDA(GPU)架构进行算法加速-The algorithm is based opencv adaptive Gaussian filter, and use CUDA (GPU) architecture to accelerate the algorithm
SMOOTH_LK
- GPU-CUDA平台高斯平滑,适合学习GPU加速-GPU-CUDA platform Gaussian smoothing