- 博客(1)
- 收藏
- 关注
转载 Matlab找最大连通区域
L = bwlabel(image_bw);%标记连通区域 stats = regionprops(L); Ar = cat(1, stats.Area); ind = find(Ar ==max(Ar));%找到最大连通区域的标号 image_bw(find(L~=ind))=0;%将其他区域置为0 figure,imshow(image_bw);%显示最大联通区域
2016-03-02 09:42:45 2926
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人