How I segment this image?

1 回表示 (過去 30 日間)
Andrea97
Andrea97 2020 年 11 月 19 日
コメント済み: Andrea97 2020 年 11 月 19 日
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 件のコメント
Stephan
Stephan 2020 年 11 月 19 日
What is your attempt so far?
Andrea97
Andrea97 2020 年 11 月 19 日
I need to segment the image in order to distinguish the cells (like in the image on the right) from the background

サインインしてコメントする。

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 11 月 19 日
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 件のコメント
Andrea97
Andrea97 2020 年 11 月 19 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by