how to remove Outermost semicircle on the grayscale image?

1 visualizzazione (ultimi 30 giorni)
I am attaching the image . Please help me how to remove the outermost semicicrlces.Please anyone can say the method , how to remove it?

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 13 Mar 2020
mask=bwareafilt(~imbinarize(grayImage,0.8),1);
grayImage(~mask)=255;
imshow(grayImage);

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by