基于VC++的图像处理系统设计.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于VC的图像处理系统设计

基于VC++的图像点运算实现 摘要:图像的点运算是图像处理中相对简单的技术,它主要用于改变一幅图像的灰度分布范围。点运算通过一个变换函数将图像的像素一一转换,最终构成一幅新的图像。由于操作对象是图像的一个个像素,故得名为“点运算”。点运算的最大特点是输出像素值只与当前输入像素值有关。点运算的图像处理过程可以用以下公式表示:g(x, y)=T[f(x, y)]其中f(x, y)表示输入图像,g(x, y)表示处理后的图像。函数T是对f的一种变换操作,在这里它表示灰度变换公式。可以看到,对于点运算而言,最重要的是确定灰度变换公式。变换公式一旦确定,点运算对于图像的处理效果就确定了。点运算主要包括灰度直方图、线性变换、非线性变换、阈值变换、灰度拉伸及灰度均衡等,本文所针对的待处理对象是256色位图。 关键词:点运算,线性变换,阈值变换,256色位图 The Image Point of Operation based on C++ to Achieve ABSTRACT:Image point operation is relatively simple image processing techniques. It is mainly used to change an image intensity distribution. Through a transformation function, point of operation converts the image pixels one by one and eventually forms a new image. As the operation object is the image of a pixel, it was called the point of operation. The biggest characteristic of point of operation is that output pixel value is only relevant with the current input pixel value. Point of image processing operations can be expressed with the following formula: g (x, y) = T [f (x, y)] where f (x, y) represents the input image and g (x, y) is the processed image. Function f is a transformation operation to T, where it said gray-scale transformation formula. We can see that for the point of operation, the most important thing is to determine the gray-scale transformation formula. Once the transformation formula was made, point computation for image processing effects on the set. The image point operation mainly includes point operations, anti-color image, linear transformation, histogram, threshold transform, gray stretch and gray balance. This text is aimed at 256 color location picture about which is waiting by target of handling. KEY WORDS: point operations, linear transformation, threshold transform, 256 color location picture 1 系统总体设计 1.1 总体设计 图像点运算处理,在现实生活中应用广泛,为了处理方便,本论文主要是处理8位灰度图,BMP格式的图像。点运算主要包括图像反色、图像线性变换、阈值变换、窗口变换、灰度拉伸和灰度均衡等。实现此设计需要考虑布局问题和界面设计。这几部分可以由菜单部分来设计,总共六项,又考虑到每一步做完如果需要恢复原图像,所以加进一个恢复图像菜单选项,如果需要重新加载图像,可以在文件菜单中设置加载图像这一选项,每一个选项对应一个操作。

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档