摘要: matlab 图像分割算法源码 1.图像反转 MATLAB程序实现如下:I=imread('xian.bmp');J=double(I);J=-J+(256-1); %图像反转线性变换H=uint8(J);subplot(1,2,1),imshow(I);subplot(1,2,2),imshow( 阅读全文
posted @ 2016-04-11 21:33 Jason.Hevey 阅读(813) 评论(0) 推荐(0) 编辑