I am trying to extract the brain from T1 weighted image using antsBrainExtraction. However, the result is disappointing because part of the skull can’t be removed. I used MNI T1 weighted image 1mm as template for skull stripping and its brain mask as brain probability mask.
The command line used is the following:
antsBrainExtraction.sh -d 3 -a /path/sub_T1.nii.gz -e /path/MNI152_T1_1mm.nii.gz -m /path/MNI152_T1_1mm_brain_mask.nii.gz -o /path/sub_stripped_ants.nii.gz
Do you have any kind of suggestion to improve the result ? I attach the image example.
Thanks