Extract data from chart picture
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Walter Roberson
2016년 7월 25일
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
Image Analyst
2016년 7월 25일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Bar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!