calculate whole brain voxel number

Submitted by 403804398 on

Dear Experts:

I'm trying to preprocess my data using "DPABI " and facing the following questions:

1.I want to calculate the exact number of whole brain voxel number,  white matter voxel number, and gray matter  from T1 images.  How could I use dapbi to achieve this target?

2.I download the dparbi_V1.2_141101  installation package, but I couldn't uncompression, because key number is Unkown. How can I get the key number of dpabi? 

 

Best,

Zhang

YAN Chao-Gan

Mon, 06/08/2015 - 02:21

Hi Zhang,

 
1. In such a case, you first need to segment the brain (though VBM module). Then give c1 (Gray matter), c2 (White matter), c3 (CSF) files a threshold, e.g., 0.33 (though image calculator). They you can count the number of 1s in the file.
 
2.
 
 
Best,
 
Chao-Gan

Dear Yan, 

thanks a lot for your answer!

You mentioned that I can get the derect number though image calculator, I am a newcomer, I don't know where is the image calculator, is it in the dpabi or just a step of VBM?

Best,

Zhang

Hi Zhang,
It's in DPABI.

After your thresholding the c1, c2 c3 files, use these codes to count the number of voxels.

Data = y_Read('c1XXX.nii');
VoxelNumber = length(find(Data));

Best,

Chao-Gan


On Mon, Jun 8, 2015 at 5:36 AM, The R-fMRI Network <rfmri.org@gmail.com> wrote:
[To post a comment, please reply to rfmri.org@gmail.com ABOVE this line]

Commented by zhangxiaoyu (403804398)

Dear Yan, 

thanks a lot for your answer!

You mentioned that I can get the derect number though image calculator, I am a newcomer, I don't know where is the image calculator, is it in the dpabi or just a step of VBM?

Best,

Zhang


Online version of this post: http://rfmri.org/comment/3734#comment-3734


Many a little makes a mickle -- your kind contributions shall make our efforts not perish from the earth. Please help The R-fMRI Network at http://rfmri.org/#overlay=HelpUs
To manage subscriptions, please visit: http://rnet.co/mailman/listinfo/rfmri.org_rnet.co
Mail comment ID: http://rfmri.org/mailcomment/redirect/%3C31.2041.3734.1433756213.beb753a48afb5c7fbbcb3e8c78e75e4d%40www.rfmri.org%3E

 
Meysam Siyah Mansoory
PhD Student in Biomedical Engineering

Tehran University of Medical Science


From: The R-fMRI Network <rfmri.org@gmail.com>
To: rfmri.org@rnet.co
Sent: Friday, June 12, 2015 9:44 AM
Subject: Re: [RFMRI] calculate whole brain voxel number