- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数字图形处理
摘 要
数字图像处理技术是近年来新兴的一门技术,随着电脑的硬件配置的不断升级,数字图像的实时进行处理已经成为可能了,再由于图像处理的各种各样的算法的出现,变得其处理的速度越来的越快。这样就能更好的为人民服务了。数字图像处理是一种通过电脑采用一定的算法对图形图像进行处理的技术。这种技术已经在全球各个领域上都有了比较广泛的应用。图像处理的信息量是相当大的。对处理的速度要求也是特别高的。C#简易的编写环境使得程序员在编写图像处理的算法变得简单和直观。本文也会介绍C#语言的特点,以及基于visual 2010的图像处理环境。介绍了如何利用C#及其图像处理工具箱进行数字的图像处理,并通过一些例子来说明C#图像处理工具箱进行图像处理的各类方法。主要论述利用C#实现图像的Filter(过滤)、Gamma校正、Brightness(亮度)、Contrast(对比度)、Grayscale(灰度)、Invert(底片效果)等图像处理。
关键字:C#、visual studio 2010、图像处理、Filter(过滤)、Gamma校正、Brightness(亮度)、Contrast(对比度)、Grayscale(灰度)、Invert(底片效果)
Abstract
Digital image processing technology is an emerging technology in recent years, with the computers hardware configuration escalating real-time processing of digital images has become possible, and then due to the emergence of a variety of image processing algorithms, become its increasingly faster processing speed. So that it can better serve the people of. Digital image processing is a computer graphics algorithms using certain image processing techniques adopted. This technology has had a relatively wide range of applications in various areas of the globe. The image processing information is considerable. Speed processing requirements are particularly high. C # simple authoring environment allows the programmer to write the algorithm for image processing becomes simple and intuitive. This article also describes the characteristics of the C # language, as well as visual image-based processing environment 2010. It describes how to use C # and image processing toolbox for digital image processing, and through a number of examples to illustrate the various types of methods C # image processing toolbox for image processing. Focuses on the use of C # achieve Filter image (filter), Gamma Correction, Brightness (brightness), Contrast (contrast), Grayscale (gray), Invert (negative effect) and other image processing.
Keywords: C #, visual studio 2010, image processing
目录
1.绪论 5
1.1课题研究的目的以及意义 5
1.2 国内外研究现状 6
2 图像处理原理与技术
文档评论(0)