Image processing: b/w, blob analysis
显示 更早的评论
I have an image like this and interested in blob analysis of it - measure orientation and length of all "thick line" components. The problems is that when there are too many of these components they tend to stick together forming kind of 'Z'-shape or smth like '<' or '>' shape connected component. Is there any way to separate these components with available image analysis tools?
Thanks, Katya
回答(1 个)
Sean de Wolski
2011-12-8
doc imdilate
doc imerode
doc bwmorph
doc watershed
just a few to get you started.
类别
在 帮助中心 和 File Exchange 中查找有关 Morphological Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!