Therefore we need to cast the data structure after the imread. in matlab: im = imread(filename); im = rgb2gray(im); rgb_im = repmat(im, [1, ...
確定! 回上一頁