How I segment this image?

5 visualizaciones (últimos 30 días)
Andrea97
Andrea97 el 19 de Nov. de 2020
Comentada: Andrea97 el 19 de Nov. de 2020
Hello,
I have to segment this image. The goal is to segment the cells assign a different 'label' to each one of them (better if using segmentation algorithms that generate different regions separated by edges. functions: bwconvhull , imhmin , imgaussfilt
  2 comentarios
Stephan
Stephan el 19 de Nov. de 2020
What is your attempt so far?
Andrea97
Andrea97 el 19 de Nov. de 2020
I need to segment the image in order to distinguish the cells (like in the image on the right) from the background

Iniciar sesión para comentar.

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 19 de Nov. de 2020
Steps:
  1. Read the image
  2. Convert to gray
  3. Apply Gamma Scaling (Which helps to boost Higher pixels and supress lower values pixels), although it is not mandatory
  4. Apply edge Detection (Sobel, which is by default)
  5. Apply some sort of Morphological Operations (If required)

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by