- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本科毕业论文
(20 届)
基于GPU并行计算的图像二值化技术和研究
专业:计算机科学与技术
摘要
二值化是将一个图像转变成为二值图像,即只有0和255两种亮度值。二值化的关键是阈值的选取,通常大于阈值的就是255,反之则设定为0。在数字图像处理中,二值图像占有非常重要的地位,图像的二值化有利于图像的进一步处理,使图像变得简单,而且数据量减小,能凸显出感兴趣的目标的轮廓。
The Study Based on GPU Parallel Computing and Technology of Image Binarization
Abstract
Binaryzation is a way to make an image into a binary image, that only 0 and 255 two brightness values. The key of binaryzation is threshold selection, Usually turn the greater than the threshold into 255,conversely set to 0.In digital image processing, binary image is occupied a very important position, The binaryzation of image is benefit for its further processing. Make the image become simple, And decrease the data quantity, Can highlight interesting outline of the goals. Image binaryzation is the premise of image pattern recognition, Image recognition directly determine the result of identification. Due to the need for effective binary image of each pixel to determine the binary values, So the amount of calculation is very large and Hard to achieve real-time requirements, binary needed to effectively improve.
CUDA is The model of NVIDIAs GPGPU, it can directly to use most C which people are familiar with ,to write execution procedures in display chip. As a result of current display chip has the ability of highly programmable, with The high memory bandwidth, and a large amount of execution unit, compared with high order CPU, the price of Video card is relatively cheaper. The framework of CUDA programming is more simple than traditional programming, suit for solving the problem can be large parallelized, And for the problem is not parallel processing can be completed by the CPU, Carry out the linkage between CPU and GPU, improves the efficiency of Computation , Reduces the consuming of computational time. Experiments show, compared with the traditional binaryzation based on CPU, Use the image CUDA binary technology can reduce about 90% of calculation time.
【 Keywords 】binaryzation, CUDAGPU
您可能关注的文档
- 基于ProNC三维零件实体造型与自动编程【毕业论文】.doc
- 基于SolidWorks的六棱柱型纸盒盒型结构的设计【毕业论文】.doc
- 基于SolidWorks的落镖冲击试验仪的设计【毕业论文】.doc
- 基于Solidworks的面条包装机构的设计【毕业论文】.doc
- 基于SolidWorks的无人搬运车的设计【毕业论文】.doc
- 基于SolidWorks的纸箱自动钉合设备的设计【毕业论文】.doc
- 基于Solidworks的纸张耐折度实验仪设计【毕业论文】.doc
- 基于Solidworks定量包装秤的设计【毕业论文】.doc
- 基于UG的三寸电脑音箱机壳注塑模具设计【毕业论文】.doc
- 基于微观角度的多孔缓冲材料压缩分析【毕业论文】.doc
文档评论(0)