Image Segmenting overlapping variable regions (watershed with edge detection issues)
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!