Matlab图像彩色转灰色
时间:2014年5月7日星期三
网上找的程序。实现图像彩色转灰色:
I1=imread('C:UsersYanoDesktopmatlab est14.jpg'); I2=rgb2gray(I1); figure(1) imshow(I1); title('源图像'); figure(2) imshow(I2); title('灰度图像');
自己拍的几张图片,通过此程序转换成功:
Matlab图像彩色转灰色
时间:2014年5月7日星期三
网上找的程序。实现图像彩色转灰色:
I1=imread('C:UsersYanoDesktopmatlab est14.jpg'); I2=rgb2gray(I1); figure(1) imshow(I1); title('源图像'); figure(2) imshow(I2); title('灰度图像');
自己拍的几张图片,通过此程序转换成功: