How to get all the x,y coordinates of inner boundary of an image?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mathews Jabaraj Soloman
el 14 de Jun. de 2020
Comentada: Mathews Jabaraj Soloman
el 17 de Jun. de 2020
I need to draw a polygon shape boundary over the image and access all the coordinate points inside the boundary-
Please help me to draw the arbitary shape boundry over an image and store all the coordinates of [x y] in a variable.
Thanks in advance.
0 comentarios
Respuesta aceptada
Image Analyst
el 14 de Jun. de 2020
See my attached freehand drawing/masking demo.
3 comentarios
Image Analyst
el 17 de Jun. de 2020
You can use poly2mask() and bwboundaries(). It will get the boundaries of any blobs, whether exterior or interior (holes of the donut).
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!