How to get all the x,y coordinates of inner boundary of an image?
8 views (last 30 days)
Show older comments
Mathews Jabaraj Soloman
on 14 Jun 2020
Commented: Mathews Jabaraj Soloman
on 17 Jun 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 Comments
Accepted Answer
Image Analyst
on 14 Jun 2020
See my attached freehand drawing/masking demo.
3 Comments
Image Analyst
on 17 Jun 2020
You can use poly2mask() and bwboundaries(). It will get the boundaries of any blobs, whether exterior or interior (holes of the donut).
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!