毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

C#彩色图像的色彩空间处理程序设计

时间:2017-03-08 13:11来源:毕业论文
主要讨论了RGB和HSI两种常见的图像色彩空间,并对基于这两种色彩空间的多种图像处理的原理与算法进行分析,运用C#语言进行程序设计

摘要:论文针对彩色图像的色彩空间处理,主要讨论了RGB和HSI两种常见的图像色彩空间,并对基于这两种色彩空间的多种图像处理的原理与算法进行分析,运用C#语言进行程序设计。在程序设计中图像的处理采用内存预读法,即直接把图像数据复制到内存中,以获得较快的程序运行速度。色彩空间转换程序设计为先做分量转换处理,再将各分量转换到灰度空间,从而输出灰度图像;对色彩分量的调整是基于色彩空间转换原理的一个重要应用,分别处理色彩空间的各个分量,输出处理后的彩色图像。实际应用中,各种不同的色彩空间之间往往均需要进行转换,对于转换的稳定性、效率、成本等方面的要求也在不断地提高。文中对原理、算法和处理方法都进行了探讨,也做了一些改进,在实验中取得了良好的效果。6412
关键词:BMP图像结构;色彩空间;分量调整;转换
The Programming for Color Image Processing Based on Color Space
Abstract:     In this paper, two common color spaces, RGB and HSI, are mainly discussed which contraposing the color space processing of color image, and analyzed various principles and algorithms of image processing base on these two kinds of color spaces, used C# language to do programming. Memory method is used in programming of image processing, namely copy image data into memory directly, in order to obtain faster processing speed. The program of color space conversion is designed to do component transformation firstly, and then turned each component into gray space, thus outputted the gray scale images; component adjusting is an important application base on the principle of color space conversion, disposed each component of color space respectively, then outputted color image after processing. In the practical application, among different color spaces often need to covert, the requirement of conversion is as well as in constant increase, such as stability, efficiency, cost, etc. In the paper, the principles, algorithms and processing methods have been discussed, also made some improvements, and achieved good effect in the experiment.
Keywords:    BMP Image Structure; Color space; Conversion; Component adjusting
目录
摘要    i
Abstract    i
目录    ii
1    数字图像处理概述    1
1.1    计算机图像概述    1
1.1.1    数字图像概述    1
1.1.2    图像处理技术    2
1.2    BMP图像结构    5
1.3    C#语言基础    9
1.3.1    面向对象的C#语言    9
1.3.2    C#的图像处理基础    10
2    色彩空间处理原理及算法    12
2.1    图像算法概述    12
2.2    色彩空间处理原理及算法    12
3    色彩空间的程序设计    16
3.1    BMP类设计    16
3.2    色彩空间程序设计    19
4    色彩空间图像处理    24
4.1    图像评价概述    24
4.2    色彩空间程序处理    26
5    总结    40
5.1    小结    40
5.2    展望    40
致谢    41
参考文献    42
附录    43
1    数字图像处理概述
图像是最基本的媒体表现形式,图像通过丰富的色彩属性、逼真的轮廓线条等使其携带了丰富的信息,能够更形象、直观的进行信息传播,是一种广泛使用的媒体表现形式。数字图像不仅具有普通图像的共同的表达特性,同时由于其独特的表现、存储与传输技术使其具有更丰富的表现空间、安全的存储以及快速地传输特征,是数字媒体表现形式中不可或缺的媒体形式。 C#彩色图像的色彩空间处理程序设计:http://www.youerw.com/jisuanji/lunwen_3945.html
------分隔线----------------------------
推荐内容