Feeds
提问
How can I remove some of the largest connected components from an image and save the new image?
% uploading my image I=imread('washington.jpg') % converting it to binary II=rgb2gray(I); figure();imshow(II) BW=bwlabel(II...
9 years 前 | 2 个回答 | 0