Read values from jpg images

Hello,
I do my Diploma theses and ned some values. The only file I have is a jpg file. I want to read out the values and plot the same map with the generated values with isolines for comparison. Is there a function to read out that values?

4 Comments

You mean imread?
I have a . jpg file for gravity values over a whole country.
I want to read these values out of this graphic to be able to work with them.
Unfortunately, this does not work with imread.
Additional i have a txt file wirh X,Y,H coordinates I want to display with thes gravity values.
Any ideas how i can make that?
attach the jpg file
In the ideal case i want to read out the values for each coordinate of the textfile.

Sign in to comment.

Answers (1)

Amrtanshu Raj
Amrtanshu Raj on 19 Apr 2021
Hi,
The easiest way to read out the value will be using OCR. You can use it to read the values from the chart and then plot them as per your need.
Hope this helps !!

Tags

Asked:

on 16 Apr 2021

Commented:

on 22 Apr 2021

Community Treasure Hunt

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

Start Hunting!