Finding edge and corner values of an image in matlab
- by James
Hi, this problem links to two other questions i've asked on here.
I am tracing the outline of an image and plotting this to a dxf file. I would like to use the bwboundaries function to find the coordinates of the edges of the image, find the corner coordinates using the cornermetric function and then remove any edge coordinates that are not a…