How to use slicer get the result like the above picture,it used PET-CT.
This module should do what you are asking for:
https://slicer.readthedocs.io/en/latest/user_guide/modules/probevolumewithmodel.html
Thank you very much for your answer, yes, I know about this module, but this model just adjusts the surface of the brain, when I use Easy Clip to crop the brain, the inside of it doesn’t change very well.
you probably need to re-run after clipping to sample the volume at the new coordinates. The clipped surface may have few vertices though so it may not work well, is that what you mean? maybe a picture would help explain.
Thank you ! As you see,this picture
This color is not very smooth!
Difficulty identifying abnormal metabolic structures
Is it because my model is not standard enough?
I see - yes, if you go to the Models module Display section you can turn on display of the edges and you’ll see those are large polygons in the cut part so the volume is not sampled well.
There may be other options, but one approach could be to import the clipped model into a segmentation (right click on model in data module), then re-export it as a model (right click on segmentation or use the Segmentations module) and the re-run the Probe module. Converting the segmentation back to a model should have more vertices on the cut plane, but they may get optimized out so you might have to adjust the advanced parameters.