Convert Some Pixel from binary image
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all
If I have a binary image like the one below,
how i can remove the black color inside the white color?
0 件のコメント
採用された回答
Walter Roberson
2019 年 6 月 2 日
https://www.mathworks.com/help/images/ref/imfill.html imfill() with 'holes'
5 件のコメント
Walter Roberson
2019 年 6 月 2 日
YourFilledImage = imcomplement(bwareafilt(imcomplement(im2bw(YourImage)),2));
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!