📅  最后修改于: 2022-03-11 14:59:57.779000             🧑  作者: Mango
img=imread('C:\Users\..image..path..\img.file_type')
RGB=imread('C:\Users\..image..path..\img.file_type');
imshow(RGB)
%impixelinfo
img=rgb2gray(RGB)
imshow(img)
impixelinfo