How I segment this image?

1 vue (au cours des 30 derniers jours)
Andrea97
Andrea97 le 19 Nov 2020
Commenté : Andrea97 le 19 Nov 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 commentaires
Stephan
Stephan le 19 Nov 2020
What is your attempt so far?
Andrea97
Andrea97 le 19 Nov 2020
I need to segment the image in order to distinguish the cells (like in the image on the right) from the background

Connectez-vous pour commenter.

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 19 Nov 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)
  1 commentaire
Andrea97
Andrea97 le 19 Nov 2020
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by