图像效果算法设计(一)

时间:2020-08-29 12:42:39 计算机毕业论文 我要投稿

图像效果算法设计(一)

随着电影特效处理,广告平面设计等行业的兴起,图像处理软件成为众行业一个不可或缺的角色。为了进一步了解该行业软件的特性,实现思想和方法,故制作了这个以图像算法设计为主的软件。
 本软件参考了adobe公司的photoshop的部分图像处理功能,在编写效果代码时主要运用了矩阵运算,还有求平均值,求差值等方法。这个软件是针对pf24bit的位图,利用其每个像素点都包含3个字节的原理,对其3个字节进行数学运算来实现图像算法。另外适当添加了一些看图辅助功能,并结合delphi的BussinessSkinForm控件大大美化了界面。
 本文主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。
 
[关键词]:图像处理,算法设计,BussinessSkinForm

https://p.9136.com/28es a numerous professions indispensable role. In order to further understands the characteristic , the realization thought and the method to this kind of profession software,whifhfdhfdgdfch is by the picture algorithm design primarily.
This software has referred to the partial pictures processing function of adobe Corporation's  software which name is photoshop. When compilation effect code, mainly has utilized the mathod of matrix operation,Computation Mean value and different value. This software is aims at pf24bit the position chart, uses its each pixel all to contain 3 bytes the principles, carries on mathematics to its 3 bytes to operate realizes the picture algorithm.Moreover suitably increased some map-read assistance functions, and unified delphi BussinessSkinForm Controls to greatly beautify the surface.
This article mainly introduced in delphi, uses each different algorithm to realize the establishment to reign on the chart different effect, mainly introduces has the exposure, the relief, the mosaic, is fuzzy varicolored, the peaking, the increase, splatters, the neon, 90 revolves, the level turn over, the vertical turn over. Moreover also did has worked as step of cancellation and picture 缩放, but also had simple jpg, the bmp format conversion.

[Key word]: Picture processing, algorithm design, BussinessSkinForm


 目  录

第1章   引言………………………………………………………………………4
 1.1 课题背景……………………………………………………………………4
 1.2 研究课题的任务、目的和意义……………………………………………4
 1.3 系统的主要功能与特色……………………………………………………5
第2章   系统需求分析………………………………………………………….…7
 2.1 本课题研究现状分析………………………………………………………7
 2.2 要解决的技术难点及解决方法……………………………………………7
 2.3 系统设计的主要内容、目标………………………………………………8
 2.4 系统开发的环境和工具……………………………………………………9
第3章   系统详细设计与主要算法………………………………………………10
 3.1 系统的体系结构和功能设计……………………………………………...10
 3.2 系统各个模块的设计思路及实现方法…………………………………...12
 3.2.1 主窗体程序模块……………………………………………………. 12
 3.2.2 图像处理模块………………………………………………………..15
 3.2.3 效果参数程序模块…………………………………………………..19
 3.2.4 帮助模块……………………………………………………………..20
第4章   系统的界面与测试………………………………………….……………22
 4.1 系统界面………………………………………………………………… 22
 4.2 环境测试………………………………………………………………… 23
结束语………………………………………………………25
致谢…………………………………………………………25
参考文献……………………………………………………26
引言
§1.1课题背景
 市场上的图像处理软件大都功能强大,需要好一阵子适应,普通的用户根本用不到那么多的功能。所以,可以开发一种简单小巧,可进行基本图像处理,主要针对数码照片进行处理及浏览的软件。
 图像处理用到的算法多种多样,单是边缘检测包括梯度算子,方向算子,二阶算子。然后每种算子又可再细分,如梯度算子还包括Roberts, Sobel, Prewit三种。另外模糊,锐化等也都有相应的多种算法,这点在大型的图像处理软件中尤为多见。采用不同的算法对最终实现的效果有很大的影响,一般情况下,采用越是复杂的矩阵越是能达到理想的