搜索资源列表
加噪音去噪音
- clear all %加噪音去噪音 I = imread('wolf.jpg'); I=rgb2gray(I); J = imnoise(I,'salt & pepper',0.02); K = medfilt2(J); imshow(J), figure, imshow(K)
gray2rgb
- matlab提供了rgb2gray的函数,但是如果gray想要换成rgb,就要自己写了。-matlab function rgb2gray provided, but if you want gray into rgb, should write their own.
RGB2gray
- matlab 中用来将rgb数据转换成灰度图像的源代码-matlab used to the rgb data into gray-scale image of the source code for
rgb2gray
- 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in mat
Rgb2Gray
- matlab下将彩色图像装换为灰度图像的一个小程序-a small programm for convert the colour image to gray image using maltlab platform
rgb2gray
- 用于将RGB彩色图转化为灰度图的matlab代码!-Gray color map of the matlab code!
rgb2gray
- 此文件为 在matlab中rgb2gray的方式-way of rgb2gray in matlab
rgb2gray
- this program is used to convert any kind of colour image to grey scale image. when this code is executed , an window is displayed to accept image and output image is created in the same folder-this is program is used to convert any kind of colo
rgb2gray
- Converts rgb bitmap to grayscale
med
- Calculate the coordinates of the point , rgb2gray , Convert the gray code sequence to decimal number = column number
RGB2Gray
- convert rgb to grayscale