'Can active contour segment the image into different regions?
When I use the activecontour method in matlab, it seems that I can only segment the image into foreground and background, but I want to segment my MRI image into multiple regions, can I use activeconter in this case, or do I need to use other methods such as watershed?
Solution 1:[1]
You can start with multiple seed contours to segment multiple regions but watershed might work better depending on how much different structures are overlapping.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ali Özgür Argun?ah |