Measuring of segments

Hello
I am using two mri PD images that i have done below steps :

  1. I registered my images by simple registratio module in 3dslicer(fixed image was the image of patient in year of 2012 of his illness and the moving image was the image of patient in year of 2014 of his illness)
  2. I applied median filter on two images
  3. removed skull of head by Swiss skull stripper module

Now i want to segment my images specially GM ; WM ; BASAL GANGLIA
and then i meature its volume and area and then i capare them .
What should i do?
More explain: i segment my images by segment editor but it’s result are not exact

You can segment the image with very high accuracy (you can segment anything that you see) using the Segment Editor module. If you start the segmentation from a low-resolution scan then you can adjust the segmentation to have higher resolution as described here.

Thanks for your answere; but i want to segment mi images automaticlly
But by tlThreshould effect of segment editor module i can segment it semi automaticlly.
I want to segment my images that i can know my segments…for example i want to know where is the Cortex in GM or where is where is the Caudate in my segments and …
One thing like MNI

There are many fully automatic brain segmentation tools. Classic FreeSurfer, FSL, and several new neural network based methods. You can run the segmentation outside Slicer and load the segmentation results.

FreeSurfer uses an unusual coordinate system convention (relative to the input image instead of physical space), but the SlicerFreeSurfer extension has an importer that can take care of this. Other tools typically create a labelmap volume that can be loaded as a segmentation or volume.

i have another amateur question
unfortunately i can’t install freesurfer and fsl . i don’t know why…may be it can’t be insatll on my system…
now if i want to use from atlases in 3dslicer to segmentation,is there a waye in 3dslicer?
and how should i access to atlases?
or i have to download them? if yes ,from which site should i download them?
explain: i used Mango Software too. but it can’t segment accurateely and automaticly. it also uses from Talairach and MNI atlases.
but i don’t know can i use from atlases for segmentation in 3dslicer too???

Slicer’s segmentation tools are very powerful and general purpose, but if your goal is to do brain MRI segmentation then the suggestion to use specialized tools like freesurfer is really the best path. If it’s not working on your computer then you should really try to fix that issue, either by getting a different computer, using a cloud rental-computer, or maybe just fixing the software on your current computer.

1 Like

thanks. i segmented my images into three region GM and WM and CSF by FSL software. my questions are:
1.now i want to seperate cortical and subcortical from my segmentation by cropping or every other tool.
how can i do thia accuratelly and automaticlly by 3dslicer?
2.and then i want to meature my croped images to know thw volume of which chapters has been reduced and compare two images. how should i do this?
3.can i use Atlases like MNI and Talairach in 3dslicer for recognizing regions?

1 & 2 - you shouldn’t need to crop, you can probably get what you need by loading our FSL results as a segmentation and using the segment statistics module.

  1. you could register your images to an atlas, but really it’s better to use freesurfer for that and import the results to slicer.