附錄MATLAB 圖像處理命令
1.applylut
功能:
在二進制圖像中利用lookup 表進行邊沿操作。
語法:
A = applylut(BW,lut)
舉例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相關命令:
makelut
2.bestblk
功
舉例
標簽:
applylut
lut
MATLAB
lookup
上傳時間:
2015-09-08
上傳用戶:gundamwzc