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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -