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

CUDA_image-denoising

于 2014-09-15 发布 文件大小:5201KB
0 297
下载积分: 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 个回复

  • surfAndsift
    里面有注释,还有sift和surf的比较(There are notes, there are more sift and surf the)
    2015-01-25 21:16:46下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • Retinex
    本文实现了Retinex算法,支持对图像的去雾灯操作,是一种图像增强的方法。(this paper present a new image strength method-Retinex impliment by opencv)
    2012-03-13 11:30:39下载
    积分:1
  • ImageProcess
    26个不同影像处理程序,以VC++开发,是了解影像入门好帮手(26 different image processing procedures to VC++ Development is helpful to understand the image entry)
    2007-12-19 10:28:27下载
    积分:1
  • 数字用到的标准测试 typical
    数字图像处理用到的标准测试图像,很多图片。(IMP test images。)
    2013-10-24 22:18:01下载
    积分:1
  • Chapter3
    图形处理,Visual C++图形编程技巧与实例源代码3(Graphics Visual C++ graphics programming techniques and source code examples 3)
    2012-02-29 11:16:21下载
    积分:1
  • 256togray
    可以将256色度级的图像转化为灰度图象,挺值得新手学习一下的,希望大家能喜欢(256 chroma level images can be converted to grayscale images, very worth novice to learn about, and I hope you like)
    2014-04-19 14:48:30下载
    积分:1
  • PMFFT
    PMF FFT捕获技术性能仿真,分段匹配滤波法和改进算法相比较(FFT PMF capture technology performance simulation, segmented matching filter and improved algorithm comparison)
    2021-03-08 21:29:28下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载