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

 Risposta accettata

#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);
345.png

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by