History of AFNI updates  

|
November 28, 2014 06:50AM
When I used below code then mask is properly visible(not only the boundary).
cell_t binary( cell_t ft)
{

if(ft == 6)
ft=255;
else
ft=0;
return ft;
}

I used 6 because , after reading the image I found the largest pixel having value as 6. There are other values present as well like 2,4,1 etc.
My question is Did I process correctly? If not then how can I be sure that pixel values other than 6 does not/ does lie in the brain portion. If the values are based upon tissue type then there must be three values to be lied in the brain portion.


I
Subject Author Posted

Brain Mask Specifications

Gunjan November 27, 2014 05:27AM

Re: Brain Mask Specifications

gang November 27, 2014 02:43PM

Re: Brain Mask Specifications

Gunjan November 28, 2014 01:27AM

Re: Brain Mask Specifications

Gunjan November 28, 2014 06:50AM

Re: Brain Mask Specifications

rick reynolds December 01, 2014 11:43AM

Re: Brain Mask Specifications

Gunjan December 03, 2014 02:07AM

Re: Brain Mask Specifications

Gunjan December 01, 2014 03:18AM