[关键词]:图像处理,算法设计,BussinessSkinForm
Picture effect algorithm design
-static state effectAbstract
Along with movie special effect processing and advertisement plane design profession starting, picture processing software becomes 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. 毕业论文http://www.youerw.com/ 论文网http://www.youerw.com/ 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 zoom out, 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三种。另外模糊,锐化等也都有相应的多种算法,这点在大型的图像处理软件中尤为多见。采用不同的算法对最终实现的效果有很大的影响,一般情况下,采用越是复杂的矩阵越是能达到理想的效果。可是矩阵的阶数越多越难实现,尤其还要变化成程序的格式,很容易出错。所以我打算主要从3阶的矩阵入手,研究一些简单易懂的算法。
在算法中,主要通过调整图像RGB之间的关系。或者是相邻点之间R或G或B的关系。由此就要了解三基色原理,还有在计算机中,0~255这个范围表示的颜色值。例如,当RGB都等于255的时候,颜色为黑色,都等于0的时候颜色为白色,由此也可以很方便的通过增减参数来调整图像的亮度,再根据三基色原理便可以通过单独增减R或G或B的值来调整图像的整体颜色,也可成为通道。
Delphi作为软件开发的一种工具,具有开发速度快,程序容易掌握,编译快,功能容易实现等特点。它所具有的强大控件组也是其他开发软件所没有的。它的强大功能,不但可以很容易地找到程序地出错点,还可以在短期内开发完成一个软件项目。它完成一个功能相对其他开发软件只需要少量的代码,且运行速度很快。除此之外,Delphi的界面还可以根据设计者的需要,通过编辑可以达到很漂亮的效果。
上一页 [1] [2] [3] [4] [5] [6] [7] 下一页