Clear Filters
Clear Filters

reading data from a image graph (jpeg,bmp)

9 views (last 30 days)
david
david on 14 Apr 2015
Commented: Star Strider on 14 Apr 2015
hi
I am looking for a function or code in matlab that i can import a image (jpeg,bmp...) that show a graph and extract the graph data from the image.
there is a code or a function that do it?
thanks for the help
  6 Comments
david
david on 14 Apr 2015
ILL TRY TO EXPLAIN :
if i have a image file such as
I'm asking if there is a function or a code that can read the data from the graph-such as (x=1,y=1...) maybe do some image processes or something
thanks
pfb
pfb on 14 Apr 2015
Such a function would be really useful, at least to me.
I think that extracting the data would be a really impressive feat, though.
The function should recognize the axes, the axis labels, and the data points. In your example that might be sort of easy, e.g. because of the different colors. But I think it would get really messy for more complex (or plainer) figures I find in scientific articles.
Not impossible. But if someone accomplished that and he/she is willing to share it, I think I'm going to kiss my own elbows.
Anyway, asking does not cost a thing.
Maybe for some image processing wizard this is a piece of cake.

Sign in to comment.

Answers (1)

Star Strider
Star Strider on 14 Apr 2015
I’ve seen DigiGraph referenced, I believe by Image Analyst, a few times. There may be others.
  2 Comments
pfb
pfb on 14 Apr 2015
This is really interesting. I definitely want to try it. Thanks!

Sign in to comment.

Categories

Find more on Convert Image Type 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!