The MATLAB code is as follows: function problem54(strImageFileName) RGB = imread(strImageFileName); I = rgb2gray(RGB); imshow(I),figure BW1 = edge(I ...
確定! 回上一頁