External Email - Use Caution
Hi Jasmine,
This is tricky because the “absorption” happens at the discrete segmentation level (rather than using the soft probabilities).
At that point, you’re probably better off counting voxels and multiplying by their volume.
Doug: is there a way to do this with FreeSurfer programs, as opposed to using eg Matlab or Python?
If not, you could run something like this in Matlab:
addpath /path/to/freesurfer/matlab; mri = MRIread(segmentation_file); volume = sum(mri.vol(:)==label_of_interest) * det(mri.vox2ras0)
Cheers,
/E
--
Juan Eugenio Iglesias