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 Kommentare

Stephan
Stephan am 19 Nov. 2020
What is your attempt so far?
Andrea97
Andrea97 am 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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 19 Nov. 2020

1 Stimme

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)

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by