CS计算机代考程序代写 function I = imreadbw(file)程序代写 CS代考 function I = imreadbw(file) I=im2double(imread(file)) ; if(size(I,3) > 1) I = rgb2gray( I ) ; end