Convert Some Pixel from binary image

1 回表示 (過去 30 日間)
mohammed alany
mohammed alany 2019 年 6 月 1 日
コメント済み: mohammed alany 2019 年 6 月 3 日
Dear all
If I have a binary image like the one below,
how i can remove the black color inside the white color?

採用された回答

Walter Roberson
Walter Roberson 2019 年 6 月 2 日
  5 件のコメント
Walter Roberson
Walter Roberson 2019 年 6 月 2 日
YourFilledImage = imcomplement(bwareafilt(imcomplement(im2bw(YourImage)),2));
mohammed alany
mohammed alany 2019 年 6 月 3 日
Many thanks for your help,

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by