python - Retrieving values used to create colormap -


i used matrix of values (denoting depths of objects in picture) , created colormap in matplotlib using scheme "jet". visualization purpose.

however, unfortunately saved rgb heatmap (created colormap) disk instead of depth values. did around 60,000 images before realized mistake.

if familiar jet colormap, can advise if there way retrieve 2d depth information reverse engineering heatmap? running short of time. appreciated.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -