How to connect points in a binary image in matlab
I have a binary image with several points as below link
http://postimg.org/image/arillxw5j/
How can I make a connection between these points, the image below is what
I want to achieve
http://postimg.org/image/fllyrqnnb/
I have try se = strel('line', LEN, DEG); and imclose(image, se); But
nothing is changed.
Please help me
Thank you
No comments:
Post a Comment