Clear Filters
Clear Filters

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

1 view (last 30 days)
untitled.jpg

Accepted Answer

KALYAN ACHARJYA
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);
345.png

More Answers (0)

Categories

Find more on Author Block Masks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!