I need to display an image using a colormap (e.g. like the "parula" colormap in MATLAB). I guess have to transform the actual image to a label map and then use the "apply color settings to labels" node. Unfortunately I'm not sure how to transform the image to a label map where every pixel intensity is a label? Is there any node to do this automatically? Or is there any other solution for my problem? An example workflow for the solution of the problem would be very nice!
thanks for your quick response, yes, I've tried it with this node, but I am not sure how to proceed? As far as I understand, after execution of the node I do have a label map, where every pixel has a label. But this labelling is independent from the actual intensity value of the pixel, so this is not helpful or am I wrong? My output from this node is only coloured noise without actual image information. For a colormap I need to assign specific colors to specific intensity ranges, not to specific labels how can I do that? I think the color manager might be a solution but how do I apply it to the actual image data it only works for labellings? Sorry about my confusion maybe it's very simple and I'm just not getting the point ;)
thanks, that works but I think it is a very complicated solution for the actual problem, especially since I have to define the intervals in the intensity binner and the colortable for the color manager manually. So this is more or less useless if you want to apply a more or less continous color model with many bins and distinct shades of colors. Do you have any better solution?
solved the problem, the Color Manager offers the Range option, which I had not recognized, and binning can be performed with the Image Normalizer / Image Converter :)