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

1 Ansicht (letzte 30 Tage)
untitled.jpg

Akzeptierte Antwort

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

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by