數字圖像處理之在matlab中做彩色圖像的加減乘除

數字圖像處理之在matlab中做彩色圖像的加減乘除 圖像與數做運算 clc; clear all; A = imread(‘C:\Users\Administrator\Desktop\333.jpg’); i = A - 66; j = A + 36; k = A*20; l = A/5; figure; subplot(221),imshow(A); subplot(223),imshow(i
相關文章
相關標籤/搜索