How to make the black portion white in this bordered area?

1 次查看(过去 30 天)
untitled.jpg

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-12-27
编辑:KALYAN ACHARJYA 2019-12-27
#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);
345.png

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by