基于VC++6.0图像处理的程序设计
摘 要
毫无疑问图像处理已经成为计算机图形学的一个重要方面。图像处理的技术有了长足进步。一幅图像是以像素为基础的,我们称之为位图。这篇文章重点讨论位图图像的处理。然后以两幅图像为例,演示如何合成图像。
第一部分我们对VC++有个概括了解。因为图像处理的工程是由VC++来实现的。
第二部分介绍了位图的概念,还讨论了其他的图像文件格式。
第三部分是从DDB的定义开始的,但是主要讨论的是DIB。我创建了几个DIB函数,以方便今后程序的调用。
第四部分完全讨论的是位图图像的处理,比如旋转和平移。我们用数学形式来来对图像处理进行分析。然后通过透明度的设置来演示图像复合的效果。这一部分还包括用VC++实现的代码。
关键词:BMP图像,复合,透明度,VC++
Abstract
There is no doubt that image processing have been a focus in the study of computer graphics.The technology of image processing is developed greetly.And in a computer a image is pixel-based.We call them bitmap.The paper is focus on the processing of bitmap images.Then we take two images for example,showing how to apply images.
In the first part I give an overall description of Visual C++.Because the project about the processing of bitmap images is realized by Visual C++.
In the second part the definition of bitmap image is introduced.We also discuss types of other image files.
The third part starts with DDB definitions .But it is mainly focuses on DIB.I created several functions on DIB.And we can call them from any part of the program later.
The fourth part is devoted to the processing of bitmap images, such as shifting images,rotating images.I use mathematical functions for analysis of image processing. And the effect of applying images is shown by changing the transparency.The codes in VC++ environment are also in this part.
Key words: bitmap image, overlap, transparency, VC++
附件
-
基于VC++6.0图像处理的程序设计.rar
(795.35 KB)
-
2007-12-27 16:16, 下载次数: 251
, 阅读权限: 10
, 售价: 星诺币 5 [记录]
[购买]