How I segment this image?

1 view (last 30 days)
Andrea97
Andrea97 on 19 Nov 2020
Commented: Andrea97 on 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 Comments
Stephan
Stephan on 19 Nov 2020
What is your attempt so far?
Andrea97
Andrea97 on 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

Sign in to comment.

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!