Difference between revisions of "False Color Mapping"
(Fix perm redirect) |
(Fix ImageJ perm redirects) |
||
Line 45: | Line 45: | ||
[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 [https://imagej. | + | 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."