How to remove the circular border from the image?

3 vues (au cours des 30 derniers jours)
Jyothis Jose
Jyothis Jose le 20 Sep 2014
Modifié(e) : Image Analyst le 16 Mar 2022
I want to remove the white circular border in the images attached. I need only those white spots in the image. Please help me with a matlab code for the same.

Réponse acceptée

Image Analyst
Image Analyst le 20 Sep 2014
Modifié(e) : Image Analyst le 16 Mar 2022
Is the circle in the same location for every image? If so, see code in the FAQ for how to create a circle mask that you can multiply by your image or use as logical indexes to "erase" the circle. If not, you'll have to do something fancier and additional questions will need to be answered, like are all the blobs inside the circle or can they be outside, do any of the blobs touch the circle, etc.
  2 commentaires
Irma Krantz
Irma Krantz le 16 Mar 2022
Hi could you paste a link to that? I can't find it in FAQ. Thank you!
Image Analyst
Image Analyst le 16 Mar 2022
Sorry I forgot to paste it in. It's in now.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by