1 / 19
文档名称:

c++图像灰度.doc

格式:doc   页数:19页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

c++图像灰度.doc

上传人:xxj16588 2016/3/13 文件大小:0 KB

下载得到文件列表

c++图像灰度.doc

相关文档

文档介绍

文档介绍:成绩: 项目名称: 基于 VC 数字图像的灰度变换 I 基于 VC 的图像灰度变换摘要随着信息时代的到来, 图像已经成为信息社会的基本信息之一。数字图像处理是对图像信息的基本处理方法, 它通过一些繁杂的算法对大量的图像数据进行运算以达到人们满意的图像效果。灰度变换是最常见的图像处理手段。常用的灰度变换功能包括灰度直方图、灰度线性变换、灰度阈值变换、灰度均衡等等。作为数字图像处理的一个重要部分, 本文介绍了在 Visual Studio2010 中对图像进行灰度线性变换及对灰度均衡化修正, 最后给出了程序的运行结果。程序大概分为两大部分:读写 BMP 图像和数字图像的灰度变换。即首先用 Visual Studio2010 创建一个 MFC 应用程序框架,再实现任意 BMP 图像的读写,完成经典的图像灰度变换功能。关键字: Visual Studio2010 ;图像处理;灰度变换 II Gray-scale Transformation of digital Image based on VC Abstract With the advent of the information age, image es one of the basic information of the information image processing isa basic method of image information, which plicated algorithm operates on large amounts of image data in order to achieve the satisfactory -scale transformation is the mon image processing -scale monly used include histogram, gray linear transformation, threshold transformation, gray balance etc.. As an important part of digital image processing, my paper introduces the Visual Studio2010 in the gray image Histogram, generates correction of gray balance and gives running program posed of two parts: an operation BMP image and digital image gray-scale , create a MFC application framework in Visual Studio2010 and then operate any BMP image plete the gray-scale transformation of class. Keywords: Visual Studio2010 ; Image processing; Gray-scal e Transformation 1 目录摘要......................................................................................................................... I Abstract ............................................................................................................... II 第1章引言............................................................................................................ 2 选题意义及背景....................................................................................... 2 Visual Studio2010 .................................................................................. 2 第2章数字图像灰度