Clear Filters
Clear Filters

How to get all the x,y coordinates of inner boundary of an image?

5 views (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 14 Jun 2020
See my attached freehand drawing/masking demo.
  3 Comments
Image Analyst
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).

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!