How to make the black portion white in this bordered area?
1 view (last 30 days)
Show older comments
Accepted Answer
KALYAN ACHARJYA
on 27 Dec 2019
Edited: KALYAN ACHARJYA
on 27 Dec 2019
#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!