mia-3dbrainextractT1(1) | General Commands Manual | mia-3dbrainextractT1(1) |
mia-3dbrainextractT1 - Extract the brain from a 3D T1 MRI head image.
mia-3dbrainextractT1 -i <in-file> -o <out-file> [options]
mia-3dbrainextractT1 This program is used to extract the brain from T1 MR images. It first runs a combined fuzzy c-means clustering and B-field correction to facilitate a 3D segmentation of 3D image. Then various fiters are run to obtain a white matter segmentation as initial mask that is then used to run a region growing to obtain a mask of the whole brain. Finally, this mask is used to extact the brain from the B0 field corrected images.
Create a mask from the input image by running a 5-class segmentation over inpt image input.v and use class 4 as white matter class and store the masked image in masked.v and the B0-field corrected image in b0.v
mia-3dbrainextractT1 -i input.v -n 5 -w 4 -o masked.v
Gert Wollny
This software is Copyright (c) 1999‐2015 Leipzig, Germany and Madrid, Spain. It comes with ABSOLUTELY NO WARRANTY and you may redistribute it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 (or later). For more information run the program with the option '--copyright'.
v2.4.7 | USER COMMANDS |