Image Segmenting overlapping variable regions (watershed with edge detection issues)
이전 댓글 표시
I want to segment multiple cells out of one image. I have images with the nucleus as markers and a separate cytoplasm image. There are multiple of these in one image. I have so far tried using the watershed method with markers. The nucleus image is the markers mask I have been using. However, this method has been inaccurate, due the stretches of overlay between different objects. I was wondering if there a specific way I can employ the watershed method to account for these type of images or if I should employ a sort of edge detection.
I was also thinking of perhaps going through each boundary and finding the points connected to each boundary when overlaying the markers on top of the original image. I would then try to employ a decider function for points connected to more than one boundary and see if I can decide which boundary those points belong to. It seems that the streaks coming out of the boundaries do follow a general path shape of the original boundary and are at parallel plane with the boundary.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!