文件名称:IsmyDIP
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 45.56kb
- 下载次数:
- 1次
- 提 供 者:
- red****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。
实现功能如下:
灰度拉伸的变亮和变暗(对8位24位图有效):
运用了幂次变换。分别是s = r2 和s = r1/2 .
反色(对8位24位图有效):
s = 1 - r
中值滤波(对8位图有效):
对3×3网格进行滤波处理,边沿的1圈像素没有处理。
复原(对8位24位图有效):
将图像还原成未处理前的数据。-the procedures used to prepare MFC, using a book on the gray tensile and median filtering knowledge of image processing. Achieving functions as follows : Variable gray stretch - and darken (eight pairs of 24 map valid) : The Transformation of Power. Were r2 = s and s = r1 / 2. Anti-color (eight pairs of 24 map effective) : s = 1-r median filter (Figure 8 right effective) : 3 x 3 grid filtering, the periphery of a circle of pixels not addressed. Recovery (eight pairs of 24 map effective) : restore the image before unprocessed data.
实现功能如下:
灰度拉伸的变亮和变暗(对8位24位图有效):
运用了幂次变换。分别是s = r2 和s = r1/2 .
反色(对8位24位图有效):
s = 1 - r
中值滤波(对8位图有效):
对3×3网格进行滤波处理,边沿的1圈像素没有处理。
复原(对8位24位图有效):
将图像还原成未处理前的数据。-the procedures used to prepare MFC, using a book on the gray tensile and median filtering knowledge of image processing. Achieving functions as follows : Variable gray stretch - and darken (eight pairs of 24 map valid) : The Transformation of Power. Were r2 = s and s = r1 / 2. Anti-color (eight pairs of 24 map effective) : s = 1-r median filter (Figure 8 right effective) : 3 x 3 grid filtering, the periphery of a circle of pixels not addressed. Recovery (eight pairs of 24 map effective) : restore the image before unprocessed data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 45666036ismydip.rar 列表 DIP\Debug DIP\DIP.APS DIP\DIP.clw DIP\DIP.cpp DIP\DIP.dsp DIP\DIP.dsw DIP\DIP.h DIP\DIP.ncb DIP\DIP.opt DIP\DIP.plg DIP\DIP.rc DIP\DIPDoc.cpp DIP\DIPDoc.h DIP\DIPView.cpp DIP\DIPView.h DIP\MainFrm.cpp DIP\MainFrm.h DIP\ReadMe.txt DIP\res\DIP.ico DIP\res\DIP.rc2 DIP\res\DIPDoc.ico DIP\res\Thumbs.db DIP\res\Toolbar.bmp DIP\res DIP\resource.h DIP\StdAfx.cpp DIP\StdAfx.h DIP