I have the following problem, we are supposed to digitize historical records of tide levels of different cities. The data is in the form of photographs and all of them look something like this:
The line chart remains the same over all the years, i.e. they all have the same axis, labels, grid, etc. Only the entered values and curves differ from day to day.
The main problem at the moment is to identify the line chart in the picture and then to identify the curves in it, some of which (as shown in the picture) are very thin or very thick.
I would like to have an algorithm that recognizes the chart in the image so that I can concentrate on reading the values. The solution should be in Python. Any ideas?
First, you can select the grid on the chart. Try this:
Result: