Back to Projects List
SlicerBatchAnonymize is a Slicer Extension that strips off metadata from dicom files, and converts them to various file formats. The work during project week will involve investigating and creating prototypes for defacing in medical images, support and single file dicom export.
- Hina Shah (UNC Chapel Hill)
- Juan Carolos Prieto (UNC Chapel Hill)
- Maxime Gillot (UoM)
The very first step to make any medical data available to research community is it's anonymization. SlicerBatchAnonymize is a 3D Slicer extension to anonymize a batch of DICOM images by stripping most of metadata (image information stays intact). The tool currently provies a user-friendly UI, supports export to several popular research formats including DICOM series, and also generates a crosswalk files for future uses.
- Support export to a single DICOM file.
- Investiage existing defacing methods
- Come up with a prototype for defacing of CBCT images.
- Use either DICOMlib or pydicom for export to DICOM as a single file.
- Get guidance from community on existing defacing methods, and lookup existing tools/literature available for defacing
- Decide and implement a prototype for defacing of CBCT images
- During this project week we implemented a functionality that will call AMASS extension. This CBCT segmentation extension will return a mask for the skin ROI. Using this mask we zero out those voxels from the CBCT scan and save the resulting dicom without metadata and defaced.