matlab 图像直方图(源代码)

时间:2014-12-28 16:08:25
【文件属性】:
文件名称:matlab 图像直方图(源代码)
文件大小:205B
文件格式:M
更新时间:2014-12-28 16:08:25
matlab 图像直方图(源代码) matlab 图像直方图(源代码)

网友评论

  • I = imread('Lena.bmp'); %将Lena图像读入,并将数据保存给I %imshow(I); %figure;imhist(I); subplot(121),imshow(I);title('原图'); %subplot(n,m,t) n,m代表n行m列 subplot(122),imhist(I);title('直方图'); 就这么点东西还要50积分,笑了
  • I = imread('Lena.bmp'); %将Lena图像读入,并将数据保存给I %imshow(I); %figure;imhist(I); subplot(121),imshow(I);title('原图'); %subplot(n,m,t) n,m代表n行m列 subplot(122),imhist(I);title('直方图'); 就这么点东西还要50积分,笑了
  • 谢谢楼主,可以用,解决了我的燃眉之急
  • 这个程序对我做直方图起到了一定的作用,感谢作者
  • 用matlab实现的画直方图的小程序