1、 Abstract Sketch picture processing has a very close contact with modernization life , so as the technology and research . As the sketch picture processing techniques fast development , peoples life are subjected to very big of influence. In the course design ,I have mainly practiced the basic opera
2、tion sketch picture processing , which contains ash degree square diagram ,the Rui turn of pictures and smooth etc According to these principle of the picture processing , including the ash degree of picture , and the picture strengthen filter etc, I use the C# language realized the picture processi
3、ng operation. Key Word: Sketch picture processing,ash degree square diagram,Rui turn, smooth 摘摘 要要 图形图像处理是和现代化生活紧密联系不可分的,还有对科研方面等都有 很大的贡献。今年来随着图形图像处理技术的快速发展,人们的生活都受到了很 大的影响。 在这次课程设计中,我主要练习了图像处理基本的操作,包括图像的灰度 直方图, 图像的锐化以及平滑等等。 根据这些图像处理的原理, 包括图像的灰度, 图像增强滤波器等等,用 C#语言实现了上述的图像处理操作。 关键词:关键词:图形图像处理,直方图,锐化,平
4、滑 200812 图形图像处理报告 计算机学院 1 图形图像处理课程设计报告图形图像处理课程设计报告 一一. 实验要求实验要求 (1). 读入一幅图像,要求统计各像素点灰度值并显示该图的灰度直方图 (2). 读入一幅图像,要求输出该图锐化后的图像 (3). 读入一幅图像,要求显示该图平滑后的图像 二二. 实验设计实验设计 1.实验中的程序界面如下 Form1 Form2 200812 图形图像处理报告 计算机学院 2 2.图像处理设计 (1). 灰度直方图对一幅图所有像素点具有的不同灰度值进行统计并显示出 来,给出了一股图的所有灰度值的整体描述。实验中,若以 i 表示某个灰度值, 则有0=i=256, 以pixi表示灰度为i的像素点的个数, 当画直方图的命令由form1 传递到 form2 时,即采用 GDI+画出该直方图 (2). 锐化滤波器是图像增强滤波器中的一种,它能减弱或消除傅里叶空间 的低频分量, 但不影响高频分量(从视觉效果上