How to remove the circular border from the image?

4 visualizaciones (últimos 30 días)
Jyothis Jose
Jyothis Jose el 20 de Sept. de 2014
Editada: Image Analyst el 16 de Mzo. de 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.

Respuesta aceptada

Image Analyst
Image Analyst el 20 de Sept. de 2014
Editada: Image Analyst el 16 de Mzo. de 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 comentarios
Irma Krantz
Irma Krantz el 16 de Mzo. de 2022
Hi could you paste a link to that? I can't find it in FAQ. Thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by