
How to make the black portion white in this bordered area?
1 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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);

更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!