Matlab圖像處理基礎算法集錦(轉載)

Matlab圖像處理基礎算法集錦 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(H); 2.灰度線性變換 MATLAB程序實現以下: I=
相關文章
相關標籤/搜索