how to extract Edge lists ?
I am working on binary image .I have extracted skeleton and the only junction point in the image.
Now I have to extract a list of points :
-from the top-left of the image to the junction point (nearly) in the middle .
-from the junction point to the top- right point in the image .
Any idea to do it ?