登录
首页 » Visual C++ » CUDA_image-denoising

CUDA_image-denoising

于 2014-09-15 发布 文件大小:5201KB
0 324
下载积分: 1 下载次数: 41

代码说明:

  用CUDA并行处理方法改写的图像降噪算法,包括KNN,NLM,以及改进的NLM方法。配置环境适合VS2010+CUDA5.0,对使用CUDA的同学来说是很好的教材。(Image denoising algorithms including KNN,NLM and refined NLM run on CUDA, useful demo for who learns CUDA based parallel programming.)

文件列表:

imageDenoising
..............\bmploader.cpp,2538,2013-07-03
..............\data

..............\....\ref_knn.ppm,391734,2012-09-13
..............\....\ref_nlm.ppm,391734,2012-09-13
..............\....\ref_nlm2.ppm,391734,2012-09-13
..............\....\ref_passthru.ppm,391734,2012-09-13
..............\doc



..............\imageDenoising.cpp,16281,2013-07-03
..............\imageDenoising.cu,2535,2013-07-03
..............\imageDenoising.h,2080,2013-07-03
..............\imageDenoising_copy_kernel.cuh,780,2013-07-03
..............\imageDenoising_knn_kernel.cuh,5048,2013-07-03
..............\imageDenoising_nlm2_kernel.cuh,7248,2013-07-03
..............\imageDenoising_nlm_kernel.cuh,5725,2013-07-03
..............\imageDenoising_vs2010.sdf,8474624,2013-07-03
..............\imageDenoising_vs2010.sln,1255,2012-09-13
..............\imageDenoising_vs2010.vcxproj,14357,2013-06-02
..............\imageDenoising_vs2010.vcxproj.user,143,2013-06-02
..............\ipch
..............\....\imagedenoising_vs2010-b1aad446
..............\....\..............................\a020fcb3.ipch,1966080,2013-07-03
..............\Win32
..............\.....\Debug
..............\.....\.....\imageDenoising.cu.cache,1198,2013-07-03
..............\.....\.....\imageDenoising.cu.deps,19772,2013-07-03
..............\.....\.....\imageDenoising.lastbuildstate,89,2013-07-03
..............\.....\.....\imageDenoising.unsuccessfulbuild,0,2013-07-03
..............\.....\.....\imageDenoising_copy_kernel.cuh.cache,1224,2013-07-03
..............\.....\.....\imageDenoising_knn_kernel.cuh.cache,1222,2013-07-03
..............\.....\.....\imageDenoising_nlm2_kernel.cuh.cache,1224,2013-07-03
..............\.....\.....\imageDenoising_nlm_kernel.cuh.cache,1222,2013-07-03
..............\.....\.....\imageDenoising_vs2010.log,14963,2013-07-03
..............\x64
..............\...\Debug
..............\...\.....\imageDenoising.cu.cache,1200,2013-07-03
..............\...\.....\imageDenoising.cu.deps,19772,2013-07-03
..............\...\.....\imageDenoising.lastbuildstate,87,2013-07-03
..............\...\.....\imageDenoising.unsuccessfulbuild,0,2013-07-03
..............\...\.....\imageDenoising_copy_kernel.cuh.cache,1226,2013-07-03
..............\...\.....\imageDenoising_knn_kernel.cuh.cache,1224,2013-07-03
..............\...\.....\imageDenoising_nlm2_kernel.cuh.cache,1226,2013-07-03
..............\...\.....\imageDenoising_nlm_kernel.cuh.cache,1224,2013-07-03
..............\...\.....\imageDenoising_vs2010.log,15007,2013-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Region-Dense
    基于区域的稠密立体匹配方法(论文) 关键词:种子点;区域增长;稠密匹配(Based on Region Dense Three—dimensional Match Method)
    2012-03-16 11:24:09下载
    积分:1
  • zhengjiaobianhuan
    多媒体图形图像正交变换语言是VC++,源码正交变换(Multimedia graphic image orthogonal transform language is VC++ source orthogonal transformation)
    2012-06-21 17:09:34下载
    积分:1
  • saomiaoxian
    这是一个扫描线种子填充算法的程序,这个程序的演示效果不错(This is a scan line seed fill algorithm program, this program demonstrates good results)
    2020-06-30 20:40:02下载
    积分:1
  • xx
    说明:  用MFC实现将位图进行直方图均衡化处理的源码(MFC to achieve the bitmap with the histogram equalization processing of the source)
    2011-05-20 20:34:55下载
    积分:1
  • Lsm_match
    最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)
    2013-07-18 16:52:41下载
    积分:1
  • yuandaima
    用VC实现Canny算子提取图像边缘,提高图像质量(Using VC realize Canny operator extracts image edge to improving image quality.)
    2012-03-02 22:04:27下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • guangxiangenzong
    光线跟踪,计算机图形学的实验,实现的是消隐,光线之间的遮挡等(Ray-tracing, computer graphics experiments, realize that the hidden light, such as between the block)
    2020-12-31 20:48:58下载
    积分:1
  • MeanShiftSegMent
    根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及 C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是 Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。 基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)
    2013-07-30 19:01:52下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载