赞
踩
- clear, close all
- I = imread('pout.tif'); % 将MATLAB自带图像'pout.tif'读取到内存中
- imshow(I); % 在图形窗口展示该图像
- imwrite(I,'myimage.png'); % 将该图像存为png格式的文件
- imtool('pout.tif') %%图像处理工具
- imhist()//将图像变成柱状图
- histeq()//柱状图平均
- graythresh()//可以帮我们找到threshold
- im2bw()//转化为二值图像
- label2rb()//标颜色
- regionprops()//会获得一些参数
- bwselect()//互动式选择
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。