bw_fill=imfill(bw_dialte,'holes');%填充 bw1=bwmorph(bw_fill,'thin',Inf);%細(xì)化 bw2=bwmorph(bw1,'spur',3); %去毛刺 bw3=bwareaopen(bw2,5);%移除小目標(biāo) figure, subplot(151);imshow(bw_dialte);title('膨脹'); subplot(152);imshow(bw_fill);title('填充'); subplot(153);imshow...
www.dbjr.com.cn/article/2385...htm 2025-6-4