Differences between revisions 14 and 19 (spanning 5 versions)
Revision 14 as of 2015-01-27 11:44:21
Size: 2238
Comment:
Revision 19 as of 2020-03-25 14:34:07
Size: 1855
Editor: AndrewHoopes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Automated Defacing Tools
## page was renamed from mri_deface
Line 10: Line 12:
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/mri_deface-v1.22-Linux64.gz|mri_deface v1.22 for Linux 64bit]]
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/mri_deface-v1.22-Linux.gz|mri_deface v1.22 for Linux]]
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/mri_deface-v1.22-MacOS-Leopard-intel.gz|mri_deface v1.22 for Mac OSX Leopard Intel]]
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/mri_deface_linux|mri_deface v1.22 for Linux]]
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/mri_deface_osx|mri_deface v1.22 for Mac OS]]
Line 15: Line 16:
 * [[https://surfer.nmr.mgh.harvard.edu/pub/dist/mri_deface/sample_T1_input.mgz|sample_T1_input.mgz]] - This is a sample input volume used in the example. Replace with your own input.
Line 20: Line 20:
gunzip mri_deface-v1.22-Linux64.gz
cp mri_deface-v1.22-Linux64.gz mri_deface
mv mri_deface_linux mri_deface
Line 26: Line 25:
Then, example usage, using the example input volume:
The command usage is:
Line 29: Line 29:
./mri_deface sample_T1_input.mgz talairach_mixed_with_skull.gca face.gca sample_T1_input_defaced.mgz ./mri_deface <input> talairach_mixed_with_skull.gca face.gca <output>
Line 31: Line 31:
For your own data, substitute the name of your T1-weighted input file, which can be a dicom or nifti:
S
o as an example, to deface your T1-weighted input file, which can be a dicom or nifti, run:
Line 34: Line 35:
./mri_deface my_T1.nii talairach_mixed_with_skull.gca face.gca my_T1_defaced.nii ./mri_deface T1.nii.gz talairach_mixed_with_skull.gca face.gca T1_defaced.nii.gz
Line 36: Line 37:

Automated Defacing Tools

defacing_figure.jpg

See also MBIRN page

Cite this paper is using mri_deface: A Technique for the Deidentification of Structural Brain MR Images

Note: A license file is no longer necessary to use these tools:

Use gunzip to decompress these downloads, ie.:

mv mri_deface_linux mri_deface
chmod a+x mri_deface
gunzip talairach_mixed_with_skull.gca.gz
gunzip face.gca.gz

The command usage is:

./mri_deface <input> talairach_mixed_with_skull.gca face.gca <output>

So as an example, to deface your T1-weighted input file, which can be a dicom or nifti, run:

./mri_deface T1.nii.gz talairach_mixed_with_skull.gca face.gca T1_defaced.nii.gz

You will need a volume viewer to view the resulting defaced file. The freesurfer package includes the 'freeview' viewer, but there are many others capable of reading dicom and nifti volumes. MRIcron is a good option (use MRIcron, not MRIcro, because you will want nifti support).

Sample input before and after defacing:

sample_T1_input.jpg

sample_T1_input_defaced.jpg

AutomatedDefacingTools (last edited 2022-08-05 14:31:35 by DougGreve)