I've a got a 2-D array of double values.
I want to put them in Mat of 64-bit floating point values and display.
In other words, I want to represent my 2-D array of doubles in color.
Should I scale these double values somehow before I put them in Mat?