All Projects → pydicom → deid

pydicom / deid

Licence: MIT license
best effort anonymization for medical images using python

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to deid

dicognito
A library and command line tool for anonymizing DICOM files
Stars: ✭ 17 (-84.26%)
Mutual labels:  dicom, anonymize, deidentify
u-dicom-viewer
A simple web browser DICOM viewer for any device.
Stars: ✭ 91 (-15.74%)
Mutual labels:  dicom, medical-images
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (-61.11%)
Mutual labels:  dicom, medical
DICOMClient
DICOM utilities for anonymizing, viewing and uploading to a PACS
Stars: ✭ 40 (-62.96%)
Mutual labels:  dicom, anonymize
DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
Stars: ✭ 45 (-58.33%)
Mutual labels:  dicom, medical
dicom-standard-chinese
Chinese translation of DICOM standard, DICOM协议中文版
Stars: ✭ 26 (-75.93%)
Mutual labels:  dicom, medical
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-99.07%)
Mutual labels:  dicom, medical
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (-17.59%)
Mutual labels:  dicom, pydicom
Ami
AMI Medical Imaging (AMI) JS ToolKit
Stars: ✭ 569 (+426.85%)
Mutual labels:  dicom, medical
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (+495.37%)
Mutual labels:  dicom, medical
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+524.07%)
Mutual labels:  dicom, medical
contrib-pydicom
contributions to the core pydicom base, including tutorials, extra plugins, etc.
Stars: ✭ 46 (-57.41%)
Mutual labels:  dicom, pydicom
Mritopng
A simple python module to make it easy to batch convert DICOM files to PNG images.
Stars: ✭ 113 (+4.63%)
Mutual labels:  dicom, medical
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (-71.3%)
Mutual labels:  dicom, medical
dicom-containers
singularity and Docker containers to easily get started with common dicom tools
Stars: ✭ 18 (-83.33%)
Mutual labels:  dicom, pydicom
dicom
C++11 and boost based implementation of the DICOM standard.
Stars: ✭ 14 (-87.04%)
Mutual labels:  dicom, medical
Medpy
Medical image processing in Python
Stars: ✭ 321 (+197.22%)
Mutual labels:  dicom, medical
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-23.15%)
Mutual labels:  dicom, medical
AlizaMS
DICOM Viewer
Stars: ✭ 144 (+33.33%)
Mutual labels:  dicom, medical
cxr8
No description or website provided.
Stars: ✭ 36 (-66.67%)
Mutual labels:  medical-images

Deidentify (deid)

Best effort anonymization for medical images in Python.

DOI Build Status

Please see our Documentation.

These are basic Python based tools for working with medical images and text, specifically for de-identification. The cleaning method used here mirrors the one by CTP in that we can identify images based on known locations. We are looking for collaborators to develop and validate an OCR cleaning method! Please reach out if you would like to help work on this.

Installation

Local

For the stable release, install via pip:

pip install deid

For the development version, install from Github:

pip install git+git://github.com/pydicom/deid

Docker

docker build -t pydicom/deid .
docker run pydicom/deid --help

Issues

If you have an issue, or want to request a feature, please do so on our issues board.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].