.. _chap_anonymization_tools: Anonymization tools ==================== Sanitization of headers/filenames ----------------------------------- - see http://www.researchgate.net/post/Best_free_tool_for_DICOM_data_anonymization discussion on sanitization of DICOM headers - `DeID `_ (`see paper `_), which provides an interactive tool for inspection and sanitization of Analyze and NIfTI images - `PyDICOM's deid `_, the "best effort anonymization for medical images using python" assists in filtering out DICOM fields and also masking out actual image data Elimination of facial (and dental) features ------------------------------------------- Skull stripping ~~~~~~~~~~~~~~~ One of the approaches is perform complete skull stripping, e.g. using - `BET `_ of `FSL `_ - `3dSkullStrip `_ of `AFNI `_ - `FreeSurfer `_ Some dedicated de-identification tools work on this principle, e.g. `DeID`_ Faces/dental stripping ~~~~~~~~~~~~~~~~~~~~~~ More "gentle" approach is to strip out only the areas of face/mouth leaving skull, which might be important for some types of analysis. Usually achieved through alignment of pre-crafted mask to the research participants anatomy and removing of the masked out regions. - `BIDSonym `_ - a BIDS app interfacing a number of methods (`pydeface`_, `quickshear`_, `mri_deface`_) listed below - `mri_deface `_ from `FreeSurfer `_ (`paper from 2007 with overview `_) - `pydeface `_ (and former `deface `_ pipeline) - https://github.com/hanke/gumpdata/blob/master/scripts/conversion/convert_dicoms_anatomy#L26 - https://github.com/hanke/mridefacer - `quickshear `_ Rendering faces unrecognizable ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Even more data/information preserving approach is to just obscure facial features in the anatomical images: - `Obscuring Surface Anatomy in Volumetric Imaging Data `_ Used for HCP data, using the `Face Masking ` tool.