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.
- Host: GitHub
- URL: https://github.com/kitwaremedical/itkdicom
- Owner: KitwareMedical
- License: apache-2.0
- Created: 2016-06-30T13:33:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T22:31:00.000Z (over 8 years ago)
- Last Synced: 2025-04-10T10:41:01.124Z (about 1 year ago)
- Topics: dcmtk, dicom, itk, itk-module
- Language: C++
- Size: 112 KB
- Stars: 5
- Watchers: 10
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.