Exporting coordinates from a binary image
Mostrar comentarios más antiguos
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?

Respuesta aceptada
Más respuestas (1)
Image Analyst
el 17 de Feb. de 2022
0 votos
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 comentarios
LUIS MARIA ROSETY BERNAL
el 18 de Feb. de 2022
Image Analyst
el 18 de Feb. de 2022
It looks like that is just the binary image you posted. Is that what your program wants?
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

