segment and label components

Hi,

I am new user and I have a stack of TIFF images generated by neutron computed tomography.
I wonder if I can use different colors to label different components of the 3D structure based on the histogram.

Thanks for help.

Yes, sure, there are many ways to achieve this kind of segmentation or coloring.

You can go to Segment Editor module and for each region create a new segment and fill it using Threshold effect.

You can also do this fully automatically by copy-pasting this Python code snippet into the Python interactor: https://gist.github.com/lassoan/5ad51c89521d3cd9c5faf65767506b37

Thank you very much. I will try the Segment Editor first.

1 Like