Adding extra grayscale channel to multivariate view #650
Replies: 1 comment 1 reply
-
It may be possible - something we would tackle in the Phase II if we get it. However, I'm unsure of how we would handle "blending" of the grayscale channel with the other channels within a given voxel. Currently, each voxel has an RGBA value that is computed based upon its position within the radial colormap. This extra grayscale channel would then be affecting this RGBA value somehow, and we'd need to do it in a way that's intuitive in visualization. It's a possibility! But something we would explore if we got the Phase II.
This is another possibility of something we could add if we got the Phase II 🙂.
I think that For the |
Beta Was this translation helpful? Give feedback.
-
I've been playing with the multivariate view Trame project (found here https://github.com/Kitware/multivariate-view) and would like to know if it is possible to an extra channel that includes all of the channels as one grayscale model and then toggle the remaining channels as overlays within or on top of that one all inclusive grayscale channel?
Also, how can I add custom RGB values to each label/channel instead of having the app choose equidistant locations along the perimeter of the color picker wheel for each channel/label in my .HF file and assigning those colors to those labels/channels?
Can these both be achieved by using the
--opactity-channel
or other option in the arguments? I tried using the--enable-preprocessing
option in the arguments and could not find any additional preprocessing control when I did.Beta Was this translation helpful? Give feedback.
All reactions