Author Topic: Most expressive Heatmap  (Read 2606 times)

2018-03-25, 05:16:39

lolec

  • Active Users
  • **
  • Posts: 179
    • View Profile
Completely off-topic, but I know some forum users are experts in color...

I'm designing a medical software and it needs to display some temperature measurements in 2d. The doctor needs to see small variations in temperature in order to detect problems.

So my task is to design a heatmap that gives the maximum amount of detail and resolution to a human... This is crucial. It is not about a mathematically rich heatmap for a computer(I could use a 32 bit grayscale for this).

So I have 2 points for lower and higher temperatures, I'm going to assign a color to each one.... but then, the interpolation between the two needs to be very rich.

Of course I'm also implementing some filters and tools for the doctor to better discriminate data. But I'm still wondirng...

What is the best approach for a human readable heatmap ? change HUE? HUE + Brightness? some other color space ?

Thanks!

2018-04-11, 17:56:36
Reply #1

Eddoron

  • Active Users
  • **
  • Posts: 552
  • Achieved Pedestrian
    • View Profile
What about switching a gradient with non-linear or specified colors into the system?

2018-04-15, 16:36:41
Reply #2

lolec

  • Active Users
  • **
  • Posts: 179
    • View Profile
I don't know enough to understand what you are saying.  sorry!

Do you have an example on how that might look ? Or point me in a direction where I can learn more about that ?

Thanks!

2018-04-25, 05:41:38
Reply #3

Njen

  • Active Users
  • **
  • Posts: 557
    • View Profile
    • Cyan Eyed
Is this what you are after?