How I segment this image?

4 visualizzazioni (ultimi 30 giorni)
Andrea97
Andrea97 il 19 Nov 2020
Commentato: Andrea97 il 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 Commenti
Stephan
Stephan il 19 Nov 2020
What is your attempt so far?
Andrea97
Andrea97 il 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

Accedi per commentare.

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 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)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by