An open API service indexing awesome lists of open source software.

https://github.com/kitwaremedical/itkdicom

Better support for DICOM in ITK.
https://github.com/kitwaremedical/itkdicom

dcmtk dicom itk itk-module

Last synced: 8 months ago
JSON representation

Better support for DICOM in ITK.

Awesome Lists containing this project

README

          

ITKDICOM
========

.. image:: https://circleci.com/gh/KitwareMedical/ITKDICOM/tree/master.svg?style=shield
:target: https://circleci.com/gh/KitwareMedical/ITKDICOM/tree/master

Better support for DICOM in `ITK `_.

Objectives:

- Write out valid DICOM images
- Ensure anonymization is possible

Approach:

- Write out images typed by their modality
- Whitelist a set of metadata / tags required per modality
- Whitelist metadata for anonymization
- Use `DCMTK `_ for heavy lifting

This repository is currently a work in progress, and functional filters are
not yet available.