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)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by