Extract data from chart picture
1 view (last 30 days)
Show older comments
hi
I have some charts as pictures. I have to extract data automatically in (x, y) format. Because my charts are so long I cant digitize them manually. Please help me to solve problem.
Thanks a lot
Mani
0 Comments
Answers (1)
Walter Roberson
on 25 Jul 2016
I am certain that there is no "practical" code that can handle all of the various cases automatically. Possibly there might be practical code for one particular kind of graph, especially if it is all generated by the same software.
You are asking for a Deep Learning AI that can do natural language processing in Urdu, Arabic, Hutt, Horta, Linear A, and Drosophila melanogaster. Such a thing does not exist.
However, if you were to instead restrict yourself to one particular style of chart, in one particular alphabet and font, then your task might possibly be practical.
We are not even going to attempt a serious answer until you show us examples of all of the chart variations that will need to be examined.
2 Comments
Image Analyst
on 25 Jul 2016
You'd have to write a custom image analysis app for that. If the charts are all aligned in the same location, just use a template to mask out the text labels, axes lines, etc. Then scan what's left getting the row and column of the black curves and then turn those into some calibrated units based on the units that the axes have, like millimeters or whatever.
See Also
Categories
Find more on Bar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!