Info

この質問は閉じられています。 編集または回答するには再度開いてください。

i convert the image in im2bw format. then i extract the boundary the using 8-connected method .but i can't separate to single object boundary from multiple object .please any one give the coding how to split the single object from multiple object...

1 回表示 (過去 30 日間)
senthil kumar
senthil kumar 2012 年 9 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
if true
% code
end

回答 (2 件)

rabia
rabia 2012 年 9 月 25 日
Why dont you use BWLABEL to label different objects and then separate objects can be identified based on separate lables

Image Analyst
Image Analyst 2012 年 9 月 25 日
編集済み: Image Analyst 2012 年 9 月 25 日
Use bwboundaries() - it will get you the boundaries of all the individual regions in your binary image. See my image segmentation demo where I do that: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 This demo also gives you individual regions by cropping them out of the original multi-object image.

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by