Can I get numeric data from a color map?

In my class I often need to work with color map images. I would show the image and try to make inferences/observations about different subjects. Often times I need to actually quantify some aspects, but it is always very approximate and somehow vague because the images are provided as is and I do not necessarily know their content a priori.

Let's imagine I'm working with two images (*). Is it possible to indicate the computer learn the color scale bar so I can click at any point in the map and get the value of altitude at that point? Image 1 is a discrete color scale bar, while Image 2 has a continuous color mapping. I included both examples because maybe there are differences in the approach of how to do this.

So, is there a software/way to do this? Preferably open source. I tried ImageJ and couldn't come up with a decent solution.

Image 1:

Image 2:



(source: topocreator.com)

As you can see, the color scale is part of the image in all cases.

(*) I do not own any of these images, just examples I found online to illustrate my point.

Topic image-recognition software-recommendation

Category Data Science


Maybe You can try some workaround (first manually then programatically):

  1. Convert to grey-scale
  2. Make density map (digital)
  3. Trace=vectorise image with any Inkscape / Illustrator / etc...
  4. Map vector parts with density map values.

You can write js script for Adobe Illustrator (Gimp / probably also) to automate some things. I'm not suggesting to spend money, just play around with demo until you wiil find Ideal Solution.

Also probably You can try any online API from Big4 or new emergers:

Also there are some commercial with free options i.e. imagga - "Sign up for Free: Tag up to 2000 images per month"

You can try DEMO Vector Magic's Desktop edition $295.00 / license One-time charge allows Group shapes by color (unfortunately do not offer special pricing for Academic Institutions or Non-profits)

Also have you tried FreeMat COLORMAP - Image Colormap Function?


You can use something like Color Picker to manually find the HTML or RGB or HSV values.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.