Convert color to value
Mostra commenti meno recenti
Hello everyone. I have a jpg image with blue to red color corresponding to different value. There is also a colorbar showing each colorscale correspond to a value. Is there a simple way to convert this color image into matrix? Thanks a lot.
Risposta accettata
Più risposte (2)
Image Analyst
il 30 Nov 2017
1 voto
See my attached demo where I used the colormap in a thermal image to convert that into a grayscale temperature image.
Stephen23
il 30 Nov 2017
0 voti
2 Commenti
Jos (10584)
il 30 Nov 2017
+1 Hopefully it is indeed that simple ...
Image Analyst
il 30 Nov 2017
That's the gist of it, but it's not that simple unless you already have the colormap. In many cases, the user does not and has only some kind of screenshot. My solution also uses rgb2ind() but also does the hard part of figuring out how to obtain the colormap.
Categorie
Scopri di più su Color and Styling in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!