how to visualize segmented labels in a already existing graph?
I am working on a project where I have to segment the image using multi-class segmentation (3 classes) on microscopic images.
Now let's say that I am segmenting solid, liquid and gas images (this is an example made up for asking the question because I am not allowed to discuss anything about the project :( ), I have pixel wise segmented solid, liquid and gas. But now, once I have segmented these images, I want to put the results on already existing graph. for example, if the water in images is segmented as red in color, then I want to interpret this result in already existing graph with the red color as an indicator(I have added images as example), same goes for blue color as solid.
Can anyone please help me how to do this? I am using u-net architecture for semantic segmentation. This is my first question, although I have tried to explain the question to best of my ability, please let me know if more information is needed to help me answer this question. I initially asked this question on stackoverflow (https://stackoverflow.com/questions/71341512/how-to-visualize-segmented-labels-in-a-already-existing-graph) but then I was advised to post it here. Thank you in advance. [