數字圖像處理(一)

  測試環境:Win10+Matlab2018 1.隨機生成灰度圖 X = rand(25, 25); Y = round(255*X); class(Y) %判斷類型 Z = 255 - Y; %將灰度值進行反轉 subplot(1,2,1) imshow(uint8(Y)) xlabel('Y') subplot(1,2,2) imshow(uint8(Z)) xlabel('Z') 2.隨
相關文章
相關標籤/搜索