How can I get the total volume of CSF/White-Matter/Grey-Matter from FAST?

The best estimate of volume for any of the segmented matter types is obtained by summing up the partial volume estimates (PVE) which should be saved as separate outputs using the -e and -ov options. To obtain the sum, the easiest way is to use fslstats to get the mean value and the total volume - the product of these values is then equal to the desired volume. For example, if mybrain_pve_0 is the output corresponding to the CSF segmentation, then the fslstats calls are:

fslstats mybrain_pve_0 -m
fslstats mybrain_pve_0 -v

The resulting mean value from the first call should then be multiplied by the first output of the second call to get the volume in voxels, or by the second output of the second call to get the volume in mm^3.

Note that to get a good estimate of intracranial CSF volume it is necessary to use an input image to FAST that has good contrast between CSF and skull. A T2-weighted image is suitable for this, but a normal T1-weighted image is not.

What is the difference between partial volume estimation (PVE) and tissue-type probability in FAST?

Technically the probability maps give the probability that a voxel is completely grey matter, or completely white matter, or completely CSF. PVE on the other hand gives the best estimate of the proportion of grey matter, white matter or CSF in a voxel. Normally there is only a small difference between the two cases due to the almost linear nature of the intensity mixing and also the estimation methods. One practical difference in the estimation using the -e (PVE) option is that it takes the partial volume vector for each voxel and spatially regularises it using a second MRF. Therefore this is likely to be closer to "the truth" than the simple probability outputs.

How can I perform multi-channel segmentation with FAST?

To perform multi-channel segmentation it is necessary to have at least two images (taken with different MR sequences - e.g. T1-weighted and T2-weighted) which have already been registered and resampled into a common space - normally the native space of one of the inputs (see FLIRT for more details on registration). On the command line, the utility mfast must then be used, whereas the GUI for FAST deals with both single and multi-channel segmentation.


CategoryFAQ CategoryFAST

 

FAST/FAQ (last edited 15:07:13 13-08-2012 by MatthewWebster)