文件名称:MATLAB_PICTURE_PROCESSING
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-04-26
- 文件大小:
- 445kb
- 下载次数:
- 0次
- 提 供 者:
- Jan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用MATLAB,实现以下四个功能
一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。
二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。
三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。
四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。
-Using MATLAB, to achieve the following four functions
First, access to image RGB value: Given a picture, get the point (x, y), and (x, y) around 8 o clock in the R, G, B values.
Second, the realization rgb2gray function: using matlab realize rgb2gray functions, and can calculate the variance after the conversion of grayscale image.
Third, the grayscale contrast enhancement: namely, the use of gray stretch and histogram equalization, contrast enhancement given graph.
Fourth, the image denoising: for a given image add salt and pepper noise, and you know at least two denoising algorithm to remove salt and pepper noise.
一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。
二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。
三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。
四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。
-Using MATLAB, to achieve the following four functions
First, access to image RGB value: Given a picture, get the point (x, y), and (x, y) around 8 o clock in the R, G, B values.
Second, the realization rgb2gray function: using matlab realize rgb2gray functions, and can calculate the variance after the conversion of grayscale image.
Third, the grayscale contrast enhancement: namely, the use of gray stretch and histogram equalization, contrast enhancement given graph.
Fourth, the image denoising: for a given image add salt and pepper noise, and you know at least two denoising algorithm to remove salt and pepper noise.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MATLAB_PICTURE_PROCESSING\test_1.m
.........................\test_2.m
.........................\test_3.m
.........................\test_4.m
.........................\pic\pic1.jpg
.........................\...\pic1_灰度.jpg
.........................\...\pic1_灰度_灰度拉伸.jpg
.........................\...\pic1_灰度_直方图均衡化.jpg
.........................\...\pic2.jpg
.........................\...\pic2_灰度.jpg
.........................\pic
MATLAB_PICTURE_PROCESSING