Difference between revisions of "False Color Mapping"
(Fixed ImageJ doc link to use official site, rather than SourceForge.) |
(Fix ImageJ perm redirects) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==General References== | ==General References== | ||
− | [http://www.efg2.com/Lab/Library/Color/AndComputers.htm Extensive bibliography] of false color schemes. | + | [https://web.archive.org/web/20190614182049/http://www.efg2.com/Lab/Library/Color/AndComputers.htm Extensive bibliography] of false color schemes. |
==Luminance-Based Color Maps== | ==Luminance-Based Color Maps== | ||
Line 28: | Line 28: | ||
==Calculation of color maps== | ==Calculation of color maps== | ||
− | [ | + | [https://www.fourmilab.ch/documents/specrend/ Colour Rendering of Spectra] for calculating the RGB value of different wavelengths of light. By John Walker, the co-founder of AutoDesk. |
[http://www.vendian.org/mncharity/dir3/blackbody/ What color is a blackbody?] (for constructing the "heat" color map.) | [http://www.vendian.org/mncharity/dir3/blackbody/ What color is a blackbody?] (for constructing the "heat" color map.) | ||
Line 35: | Line 35: | ||
==Collections of color maps== | ==Collections of color maps== | ||
− | [ | + | [https://geography.uoregon.edu/datagraphics/color_scales.htm Color schemes for improved data graphics]. Based on Light, A and P.J. Bartlein (2004) The end of the rainbow? Color schemes for improved data graphics. EOS Transactions of the American Geophysical Union 85(40):385 |
− | [ | + | [https://www.wavemetrics.com/products/igorpro/creatinggraphs/colortab Igor's color tables] |
− | [ | + | [https://www.nws.noaa.gov/wwamap-prd/faq.php National Weather Service Map Colors] (keys to different phenomena, so not the same as a color map!) |
− | [ | + | [https://www.ncl.ucar.edu/Document/Graphics/color_tables.shtml National Center for Atmospheric Research (NCAR) Command Language] |
[https://www.kennethmoreland.com/color-maps/ Diverging Color Maps]. Based on Kenneth Moreland. "Diverging Color Maps for Scientific Visualization." In Proceedings of the 5th International Symposium on Visual Computing, December 2009. | [https://www.kennethmoreland.com/color-maps/ Diverging Color Maps]. Based on Kenneth Moreland. "Diverging Color Maps for Scientific Visualization." In Proceedings of the 5th International Symposium on Visual Computing, December 2009. | ||
− | NIH ImageJ Lookup Tables (".lut" files) are available as a [ | + | NIH ImageJ Lookup Tables (".lut" files) are available as a [https://imagej.net/ij/download/luts/luts.zip zip file], although the directory holds a smattering of other LUTs as well. According to the [https://imagej.net/ij/docs/menus/file.html ImageJ documentation], "The raw LUT file must be 768 bytes long and contain 256 reds, 256 blues and 256 greens." |
[[Category:MindsEye]] | [[Category:MindsEye]] |
Latest revision as of 21:24, 9 November 2023
References for constructing False Color Maps for image analysis. I'd like to add tables of RGB values for constructing maps, because those numbers seem to be rarely posted.
General References
Extensive bibliography of false color schemes.
Luminance-Based Color Maps
Based on this work: Stevens, S. S. Matching Functions Between Loudness and Ten Other Continua. Perception and Psychophysics, 1, pp. 5-8, 1966.
IBM on false color maps as used in the IBM Visualization Data Explorer system:
- https://web.archive.org/web/20180308150711/https://research.ibm.com/people/l/lloydt/color/color.HTM
- https://web.archive.org/web/20120928080636/http://www.research.ibm.com/dx/proceedings/pravda/truevis.htm
- https://sites.google.com/site/bernicerogowitz/publications
Discussions of Different Color Maps
Rainbow colormap still harmful
A webtool for testing colormaps
HSL and HSV entry in Wikipedia
What color is a blackbody? (for constructing the "heat" color map.)
Calculation of color maps
Colour Rendering of Spectra for calculating the RGB value of different wavelengths of light. By John Walker, the co-founder of AutoDesk.
What color is a blackbody? (for constructing the "heat" color map.)
Color Science referenced by Igor for algorithms for calculating rainbow spectra, blackbody, etc.--- in Fortran!
Collections of color maps
Color schemes for improved data graphics. Based on Light, A and P.J. Bartlein (2004) The end of the rainbow? Color schemes for improved data graphics. EOS Transactions of the American Geophysical Union 85(40):385
National Weather Service Map Colors (keys to different phenomena, so not the same as a color map!)
National Center for Atmospheric Research (NCAR) Command Language
Diverging Color Maps. Based on Kenneth Moreland. "Diverging Color Maps for Scientific Visualization." In Proceedings of the 5th International Symposium on Visual Computing, December 2009.
NIH ImageJ Lookup Tables (".lut" files) are available as a zip file, although the directory holds a smattering of other LUTs as well. According to the ImageJ documentation, "The raw LUT file must be 768 bytes long and contain 256 reds, 256 blues and 256 greens."