Research a colorblind-friendly color map for tensors/fiber distributions #46
Replies: 5 comments
|
A relevant paper: https://cagataydemiralp.io/projects/boys/Demiralp-2009-CLF.pdf |
|
This is a pretty comprehensive paper on the development of the RBG map: https://doi.org/10.1002/(SICI)1522-2594(199909)42:3<526::AID-MRM15>3.0.CO;2-J |
|
Linking: brainhack-vandy/brainhack-vandy.github.io#59 (comment) |
|
Here is the NiiVue live demo - the |
|
For completeness, another great resource on meaningful resources is @CPernet's brain_colours associated with this citation. The cube helix family of colormaps is also useful. These schemes may be less focused on colorblindness, but do try to maximize the synergy between hue and intensity. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem
Diffusion tensors and fiber orientation distribution functions often use a color mapping to encode directions (red: left-right, green: anterior-posterior, blue: superior-inferior):
A close-up view of diffusion tensors:
However, this is not accessible for people with color blindness. Additionally, colors are muddled along the directions in between anatomical axes.
Idea
We want a color mapping that will:
Good places to start
All reactions