an RGB image and a mono image. RGB = imread('peppers.png');. I = rgb2gray(RGB);. % expand the single-channel image. Irgb = repmat(I,[1 1 3]);. % concatenate ...
確定! 回上一頁