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!

