필터 지우기
필터 지우기

Extract data from chart picture

조회 수: 1 (최근 30일)
Mani Ahmadian
Mani Ahmadian 2016년 7월 25일
댓글: Image Analyst 2016년 7월 25일
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

답변 (1개)

Walter Roberson
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
Mani Ahmadian
Mani Ahmadian 2016년 7월 25일
Dear Walter
I attached one of my charts. Please guide me to extract data from each chart.
Thanks a lot
Mani
Image Analyst
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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by