When we compute the aseg.stats, we include partial volume correction, we
don't just count up the voxels in hippo.
doug
Guang Zeng wrote:
> Hi, there,
>
> I use the following matlab code to find right and left hippocampus in
> aseg.mgz
>
> %%
> filename = 'cas
Hi, there,
I use the following matlab code to find right and left hippocampus in aseg.mgz
%%
filename = 'case_1/mri/aseg.mgz';
[vol, M, mr_parms, volsz] = load_mgh(filename);
hippo_left = find( (vol > 16.99) & (vol < 17.01) );
hippo_right = find( (vol > 52.99)