squidpy
squidpy copied to clipboard
Default color of segmentation masks
Hi,
May i know what the color represents in the segmentation image on the right ?

Thanks
these are unique integers for segmentation masks, you can check with this:
img["segmented_watershed"].as_numpy()
closing due to inactivity