CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象

文件名称:cuda_txcl

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    9.09mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研究。-CUDA-based high-performance image processing algorithms. Focuses on the computing power of CPU and CUDA, and detail the background of image processing and several operating principles. After experiments, comparing CPU' s computing power can be found, CUDA' s ability to process data in parallel is very strong. It can be seen in image processing applications, CUDA will be promising. Hough transform performance, however not obvious, which led to the thread queue atomic operations, significantly reduce the thread concurrency, which makes the advantages of CUDA parallel computing can not be displayed to solve this problem, parallel algorithm depends on the Hough transform more in-depth study.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cuda_txcl/cuda_txcl/1228815133019k3ycxxrlkd.jpg
cuda_txcl/cuda_txcl/cuconfig.h
cuda_txcl/cuda_txcl/cuda_txcl.cpp
cuda_txcl/cuda_txcl/cuda_txcl.exe
cuda_txcl/cuda_txcl/cuda_txcl.vcproj
cuda_txcl/cuda_txcl/cuda_txcl.vcproj.8.00.old
cuda_txcl/cuda_txcl/cuda_txcl.vcproj.ALPHA.Sun.user
cuda_txcl/cuda_txcl/cuda_txcl.vcproj.bak
cuda_txcl/cuda_txcl/cuda_txcl.vcproj.SUNSERVER.Administrator.user
cuda_txcl/cuda_txcl/cuda_txcl.vcproj.WIN-OQPHQEF7T79.Administrator.user
cuda_txcl/cuda_txcl/cu_image.h
cuda_txcl/cuda_txcl/Debug/BAT00000623362940.bat
cuda_txcl/cuda_txcl/Debug/BuildLog.htm
cuda_txcl/cuda_txcl/Debug/cuda_txcl.exe.embed.manifest
cuda_txcl/cuda_txcl/Debug/cuda_txcl.exe.embed.manifest.res
cuda_txcl/cuda_txcl/Debug/cuda_txcl.exe.intermediate.manifest
cuda_txcl/cuda_txcl/Debug/cuda_txcl.obj
cuda_txcl/cuda_txcl/Debug/cuda_txcl.pch
cuda_txcl/cuda_txcl/Debug/edgedetection.cu.obj
cuda_txcl/cuda_txcl/Debug/edgedetection.obj
cuda_txcl/cuda_txcl/Debug/filter.cu.obj
cuda_txcl/cuda_txcl/Debug/filter.obj
cuda_txcl/cuda_txcl/Debug/houghtransform.cu.obj
cuda_txcl/cuda_txcl/Debug/houghtransform.obj
cuda_txcl/cuda_txcl/Debug/image.cu.obj
cuda_txcl/cuda_txcl/Debug/mt.dep
cuda_txcl/cuda_txcl/Debug/stdafx.obj
cuda_txcl/cuda_txcl/Debug/util.cu.obj
cuda_txcl/cuda_txcl/Debug/vc80.idb
cuda_txcl/cuda_txcl/Debug/vc80.pdb
cuda_txcl/cuda_txcl/Debug/vc90.idb
cuda_txcl/cuda_txcl/Debug/vc90.pdb
cuda_txcl/cuda_txcl/edgedetection.cpp
cuda_txcl/cuda_txcl/edgedetection.cu
cuda_txcl/cuda_txcl/edgedetection.linkinfo
cuda_txcl/cuda_txcl/edgedetect_out.jpg
cuda_txcl/cuda_txcl/filter.cpp
cuda_txcl/cuda_txcl/filter.cu
cuda_txcl/cuda_txcl/filter.h
cuda_txcl/cuda_txcl/filter.linkinfo
cuda_txcl/cuda_txcl/filter_out.jpg
cuda_txcl/cuda_txcl/gray2.jpg
cuda_txcl/cuda_txcl/houghtransform.cpp
cuda_txcl/cuda_txcl/houghtransform.cu
cuda_txcl/cuda_txcl/houghtransform.linkinfo
cuda_txcl/cuda_txcl/image.cu
cuda_txcl/cuda_txcl/image.h
cuda_txcl/cuda_txcl/image.linkinfo
cuda_txcl/cuda_txcl/interface.h
cuda_txcl/cuda_txcl/kernel.cu
cuda_txcl/cuda_txcl/kernel.resx
cuda_txcl/cuda_txcl/portrait_noise.bmp
cuda_txcl/cuda_txcl/ReadMe.txt
cuda_txcl/cuda_txcl/Release/BuildLog.htm
cuda_txcl/cuda_txcl/Release/cuda_txcl.exe.intermediate.manifest
cuda_txcl/cuda_txcl/Release/cuda_txcl.obj
cuda_txcl/cuda_txcl/Release/cuda_txcl.pch
cuda_txcl/cuda_txcl/Release/edgedetection.cu.obj
cuda_txcl/cuda_txcl/Release/edgedetection.obj
cuda_txcl/cuda_txcl/Release/filter.cu.obj
cuda_txcl/cuda_txcl/Release/filter.obj
cuda_txcl/cuda_txcl/Release/image.cu.obj
cuda_txcl/cuda_txcl/Release/mt.dep
cuda_txcl/cuda_txcl/Release/stdafx.obj
cuda_txcl/cuda_txcl/Release/util.cu.obj
cuda_txcl/cuda_txcl/Release/vc80.idb
cuda_txcl/cuda_txcl/Release/vc80.pdb
cuda_txcl/cuda_txcl/stdafx.cpp
cuda_txcl/cuda_txcl/stdafx.h
cuda_txcl/cuda_txcl/test.jpg
cuda_txcl/cuda_txcl/test_out.jpg
cuda_txcl/cuda_txcl/Thumbs.db
cuda_txcl/cuda_txcl/util.cpp
cuda_txcl/cuda_txcl/util.linkinfo
cuda_txcl/cuda_txcl/vc80.pdb
cuda_txcl/cuda_txcl/vc90.pdb
cuda_txcl/cuda_txcl/x64/Debug/BuildLog.htm
cuda_txcl/cuda_txcl/x64/Debug/cuda_txcl.exe.embed.manifest
cuda_txcl/cuda_txcl/x64/Debug/cuda_txcl.exe.embed.manifest.res
cuda_txcl/cuda_txcl/x64/Debug/cuda_txcl.exe.intermediate.manifest
cuda_txcl/cuda_txcl/x64/Debug/cuda_txcl.obj
cuda_txcl/cuda_txcl/x64/Debug/cuda_txcl.pch
cuda_txcl/cuda_txcl/x64/Debug/edgedetection.cu.obj
cuda_txcl/cuda_txcl/x64/Debug/edgedetection.obj
cuda_txcl/cuda_txcl/x64/Debug/filter.cu.obj
cuda_txcl/cuda_txcl/x64/Debug/filter.obj
cuda_txcl/cuda_txcl/x64/Debug/houghtransform.cu.obj
cuda_txcl/cuda_txcl/x64/Debug/houghtransform.obj
cuda_txcl/cuda_txcl/x64/Debug/image.cu.obj
cuda_txcl/cuda_txcl/x64/Debug/mt.dep
cuda_txcl/cuda_txcl/x64/Debug/stdafx.obj
cuda_txcl/cuda_txcl/x64/Debug/util.cu.obj
cuda_txcl/cuda_txcl/x64/Debug/vc90.idb
cuda_txcl/cuda_txcl/x64/Debug/vc90.pdb
cuda_txcl/cuda_txcl/x64/Release/BuildLog.htm
cuda_txcl/cuda_txcl/x64/Release/cuda_txcl.exe.intermediate.manifest
cuda_txcl/cuda_txcl/x64/Release/cuda_txcl.obj
cuda_txcl/cuda_txcl/x64/Release/cuda_txcl.pch
cuda_txcl/cuda_txcl/x64/Release/edgedetection.cu.obj
cuda_txcl/cuda_txcl/x64/Release/edgedetection.obj
cuda_txcl/cuda_txcl/x64/Release/filter.cu.obj
cuda_txcl/cuda_txcl/x64/Release/filter.obj
cuda_txcl/cuda_txcl/x64/Release/houghtransform.cu.obj
cuda_txcl/cuda_txcl/x64/Release/houghtransform.obj
cuda_txcl/cuda_txcl/x64/Release/image.cu.obj
cuda_txcl/cuda_txcl/x64/Release/mt.dep
cuda_txcl/cuda_txcl/x64/Release/stdafx.obj
cuda_txcl/cuda_txcl/x64/Release/util.cu.obj
cuda_txcl/cuda_txcl/x64/Release/vc90.idb
cuda_txcl/cuda_txcl/x64/Release/vc90.pdb
cuda_txcl/cuda_txcl.ncb
cuda_txcl/cuda_txcl.sln
cuda_txcl/cuda_txcl.sln.old
cuda_txcl/cuda_txcl.suo
cuda_txcl/cuda_txcl.suo.old
cuda_txcl/debug/cuda_txcl.pdb
cuda_txcl/release/cuda_txcl.exe
cuda_txcl/release/cuda_txcl.pdb
cuda_txcl/UpgradeLog.XML
cuda_txcl/x64/Debug/cuda_txcl.exe
cuda_txcl/x64/Debug/cuda_txcl.ilk
cuda_txcl/x64/Debug/cuda_txcl.pdb
cuda_txcl/x64/Release/cuda_txcl.exe
cuda_txcl/x64/Release/cuda_txcl.pdb
cuda_txcl/_UpgradeReport_Files/UpgradeReport.css
cuda_txcl/_UpgradeReport_Files/UpgradeReport.xslt
cuda_txcl/_UpgradeReport_

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com