How to do apply water segmentation technique locally on different labels of labelled matrix?
1 次查看(过去 30 天)
显示 更早的评论
I have got the labelled matrix from the binary image and now I have to apply the watershed technique locally on individual label at a time and this can be accomplished by putting all the labels in a loop to separate all the objects.
My AIM: The basic principle consists of performing a series of iterations that enable the segmentation to become progressively more refined, while largely allowing for under-segmentation in each iteration. In this method the concept of labels is used, which is defined as a cloud of connected solid voxels in the binary image that is not in contact with any other solid voxels. Each iteration consists of two main operations: (a) identifying all the labels in the binary image, and (b) for each label, performing modified watershed segmentation accordingly.
I have modified the watershed segmentation but unable to process the segmentation iterativelly.
Example: (a) after first iteration
(b) after second iteration
Kong,D & Fonseca, J. (2018)
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Feature Detection and Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!