文件名称:Image-enhancement
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-04-09
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 高*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写直方图均衡化、线性增强及四点平滑等的C语言程序及相应的显示程序。对指定图象进行直方图均衡化,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象进行线性增强(A2图像,灰度64到192区间扩展到0到255),将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象进行四点平滑,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象用3×3模板(八点)进行平滑,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象用不同的3×3加权模板进行平滑,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。-Write histogram equalization, linear enhancement and smoothing four-point C language program and the corresponding display program.To specify the image histogram equalization, the original image and the enhanced image is displayed on the screen, more enhanced effect.The specified linear image enhancement (A2 image, gray 64-192 interval extended to 0 to 255), the original image and the enhanced image is displayed on the screen, comparing the enhanced effect.The four-point specified image smoothing, the original image and the enhanced image is displayed on the screen, more enhanced effect.Performed using the specified image 3 × 3 template (eight) smoothing the original image and the enhanced image is displayed on the screen, comparing the enhanced effect.Of the specified picture be different 3 × 3 weighted smoothing template, the original image and the enhanced image is displayed on the screen, comparing the enhanced effect.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Image enhancement (equalization and linear enhancement).C