文档介绍:精品资料
大连民族学院本科毕业设计(论文)
图像特效显示算法研究与实现
学院(系): 计算机科学与工程学院
专业: 计算机科学与技术
学生姓名: 王海龙
学号: 2009081317
指导教师: 张恒博
评阅教师:
完成日期: 2013年6月5号
大连民族学院
摘要
随着计算机的飞速发展,数字图像技术的应用领域也越来越广泛。它现在已经和我们的生活息息相关,无论是在科研还是教育等领域都发挥着重要的作用。而图像特效显示仅仅是数字图像技术的一个分支。图像特效显示在我们的生活中也很常见,例如Windows7系统的屏保就是一个简单的特效显示的例子。因此研究图像特效显示对计算机图形图像技术的发展能起到推动的作用。
本论文主要阐述了基于Visual C++的图像特效显示的原理和方法,分别对一些常见的图像特效显示的算法做了研究与实现,主要研究的图像特效算法有马赛克、百叶窗、栏栅、渐显、图像翻转、图像锐化、图像反色、图像灰度化以及冒泡等。同时本论文还对软件的设计以及实现过程做了详细的说明,而且还介绍了一些有关DIB(设备无关位图文件)的相关知识。
关键词:MFC;特效显示;GDI;Visual C++;图形图像;GDI
Research and Implementation on Algorithm of image display effects
Abstract
With the rapid development puter, digital image technology applications are more and more it is in relationship with our life closely,both in scientific research and education and other fields are playing an important role. But special display picture just is a branch of digital image technology. Image effects show is also mon in our life, such as Windows 7 system screen saver is a simple example shown effects. So the image effects according to the development puter graphics technology will play a promote role.
This thesis mainly expounds the image effects based on Visual c + + shows the principle and method of images of some of mon effects shows that the algorithm to do the research and implementation, mainly studies the algorithms of image effects have Mosaic, shutter, fence, fade in, turnover, image sharpening, image color image, the image grays and bubbling etc. At the same time the paper also detailed the process of software design and implementation of the instructions, but also introduced some of the DIB (device-independent bitmap file).
Key Words:MFC;Special effects display;GDI;Visual c + +; Graphic images;GDI
目录
摘要 I
Abstract II
第一章前言 1
数字图像处理的研究内容以及应用领域 1
数字图像概述 1
图像特效显示的概念及研究概括 1
DIB简介 2
调色板 4
Visual C++简介 5
MFC简介 5
图形设备接口简介 6
设备环境 6
本论文的结构 6
第二章软件的具体实现 8
Win32编程特点 8
图像特效显示所用的函数以及原理 9