cuda_txcl

所属分类:图形图象
开发工具:Others
文件大小:9305KB
下载次数:234
上传日期:2010-12-12 18:17:14
上 传 者chcachc
说明:  基于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 (152928, 2008-12-25)
cuda_txcl\cuda_txcl\cuconfig.h (62, 2009-12-27)
cuda_txcl\cuda_txcl\cuda_txcl.cpp (2813, 2009-12-27)
cuda_txcl\cuda_txcl\cuda_txcl.exe (126976, 2009-05-26)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj (12289, 2009-12-27)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj.8.00.old (7396, 2009-09-22)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj.ALPHA.Sun.user (1407, 2009-09-22)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj.bak (5862, 2009-05-02)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj.SUNSERVER.Administrator.user (1415, 2009-05-26)
cuda_txcl\cuda_txcl\cuda_txcl.vcproj.WIN-OQPHQEF7T79.Administrator.user (2680, 2009-12-27)
cuda_txcl\cuda_txcl\cu_image.h (119, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\BAT00000623362940.bat (588, 2009-05-14)
cuda_txcl\cuda_txcl\Debug\BuildLog.htm (45884, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\cuda_txcl.exe.embed.manifest (916, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\cuda_txcl.exe.embed.manifest.res (980, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\cuda_txcl.exe.intermediate.manifest (864, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\cuda_txcl.obj (1174725, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\cuda_txcl.pch (3211264, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\edgedetection.cu.obj (47370, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\edgedetection.obj (152179, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\filter.cu.obj (43872, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\filter.obj (152069, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\houghtransform.cu.obj (85384, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\houghtransform.obj (295610, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\image.cu.obj (18237, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\mt.dep (63, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\stdafx.obj (12306, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\util.cu.obj (3546, 2009-05-27)
cuda_txcl\cuda_txcl\Debug\vc80.idb (4754432, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\vc80.pdb (552960, 2009-05-26)
cuda_txcl\cuda_txcl\Debug\vc90.idb (2952192, 2009-12-27)
cuda_txcl\cuda_txcl\Debug\vc90.pdb (692224, 2009-12-27)
cuda_txcl\cuda_txcl\edgedetection.cpp (912, 2009-05-25)
cuda_txcl\cuda_txcl\edgedetection.cu (5255, 2009-05-26)
cuda_txcl\cuda_txcl\edgedetection.linkinfo (146, 2009-05-26)
cuda_txcl\cuda_txcl\edgedetect_out.jpg (15694, 2009-05-26)
cuda_txcl\cuda_txcl\filter.cpp (785, 2009-05-25)
cuda_txcl\cuda_txcl\filter.cu (4784, 2009-05-26)
cuda_txcl\cuda_txcl\filter.h (2, 2009-05-05)
cuda_txcl\cuda_txcl\filter.linkinfo (137, 2009-05-26)
... ...

======================================================================== 控制台应用程序:cuda_txcl 项目概述 ======================================================================== 应用程序向导已为您创建了此 cuda_txcl 应用程序。 本文件概要介绍组成 cuda_txcl 应用程序的每个文件的内容。 cuda_txcl.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 cuda_txcl.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 cuda_txcl.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者