Vectorizing a chart(python, skimage)

Here is an image with a function chart where squares give values at specific points and they are connected with straight lines. We want to get the coordinates of vertices and connections between them and draw a vectorized image of that chart.

Read More