搜索资源列表
cudacluster-source-1.0
- 利用NIVIDIA公司的GPU编程SDK CUDA进行聚类分析-Using CUDA for hierachy clustering taking advantages of Pararell programming
cuda2.3_vs2005
- 详细介绍了CUDA Driver,toolkit,SDK的安装步骤和方法,并且包括Visual studio 2005的配置内容 -this document introduce how to install CUDA Driver、toolkit、SDK and how to configure Visual studio 2005 in details
rotateTest
- CUDA程序,利用CUDA SDK中实例改写,可对图片进行并行计算,得到旋转后图像。-CUDA programs, it can be carried out parallel to the image obtained after rotating the image.
imageDenoising
- 英伟达公司的CUDA实例代码,用CUDA实现了KNN和NLM的图片降噪算法,包含了整个对应的工程文件。-Sample: Image denoising Minimum spec: SM 1.0 This sample demonstrates two adaptive image denoising techniques: KNN and NLM, based on computation of both geometric and color distance between