Help for creating a mask for segmenting circular object containing circles.

Hi all,
I am working on a project for cell segmentation.
After edge detection using canny operator , I get the image like this.
img2.png
Nuclei of the cell is given by innermost circle and the circular shape surrrounding it is the cytoplasm.
Now I need to get the closed boundary for cytoplasm, so that I can fill the cell body and use it as mask for segmentation.
Please guide me on the matlab functions that can be used for closing the circular shape containing nuclei.

댓글 수: 4

Share the original image, may be other approaches works well for segmentation.
Yes. I'm not sure why, but all novices seem to think that the first thing to try with ANY image segmentation task is edge detection, which it's rarely the best option, particularly when simple intensity thresholding works well in many case. If you have dark blobs on a white background, use thresholding, NOT edge detection.
@Image Analyst I'm not sure why, but all novices seem to think that the first thing to try with ANY image segmentation task is edge detection, which it's rarely the best option, particularly when simple intensity thresholding works well in many case.
Sir, slowly I realized this fact and completely agree with you.
img3.png
This is the original image. I thought of getting the boundary and went for edge detection. There are other objects with similar intensity as cytoplasm, thats why I cant go for intensity thresholding.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2019년 6월 20일

댓글:

2019년 6월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by