上传者: flyingfish5
|
上传时间:2023/8/15 15:57:58
|
文件大小:522B
|
文件类型:m
matlab程序jpg转txt
I_rgb=imread('lena.jpg');%subplot(2,2,1),imshow(I_rgb),title('lena-rgb')I_gray=rgb2gray(I_rgb);%subplot(2,2,2),imshow(I_gray),title('lena-gray')I=imresize(I_gray,0.25);%subplot(2,2,3),imshow(I),title('lena-qtr')fid=fopen('./lena.txt','wt');
本软件ID:10149035