Exporting coordinates from a binary image
显示 更早的评论
I would like to extract the necessary coordinates of these structures in order to introduce them in a software that will use them as input to reproduce the image for mechanical simulation purposes. I have never used a matlab-based image analysis approach, would you know how proceed?

采纳的回答
更多回答(1 个)
Image Analyst
2022-2-17
0 个投票
Not sure what that software wants, but it looks like those are outlines of labeled regions, so you could extract each region one at a time with ismember() and then use bwboundaries() to get the (x,y) coordinates of the single region and write it out. Then just repeat for every region.
2 个评论
LUIS MARIA ROSETY BERNAL
2022-2-18
Image Analyst
2022-2-18
It looks like that is just the binary image you posted. Is that what your program wants?
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

