How to erode certain parts of an image

1 visualizzazione (ultimi 30 giorni)
Hey does anyone know the best way to erode certain parts of a binary image. I need to get rid of the left hand side that is the black box with the stars and IRL in it and the dashes between 131 CN 37.
I have tried imerode rectangle, square, disk and non of them have gotten rid of what I needed. Any help would be great!Binary.jpg

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 8 Nov 2019
Modificato: KALYAN ACHARJYA il 8 Nov 2019
You can do that in multiple ways:
result1=bwareafilt(binary_image,1);
result2=~bwareafilt(~result1,9);
imshow(result2)
678.png
  2 Commenti
KALYAN ACHARJYA
KALYAN ACHARJYA il 8 Nov 2019
Modificato: KALYAN ACHARJYA il 8 Nov 2019
Is it solved now?
Adam Kelly
Adam Kelly il 8 Nov 2019
Yes thank you so much, I have to know try count the numbers and letters so I am doing that!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by