All Projects → rexcardan → Evil Dicom

rexcardan / Evil Dicom

A C# DICOM Library

Labels

Projects that are alternatives of or similar to Evil Dicom

Dvh Analytics
A DICOM Database Application for Radiation Oncology
Stars: ✭ 49 (-59.5%)
Mutual labels:  dicom
React Viewerbase
Core medical image viewer components built using React
Stars: ✭ 82 (-32.23%)
Mutual labels:  dicom
Dicom Server
OSS Implementation of DICOMweb standard
Stars: ✭ 101 (-16.53%)
Mutual labels:  dicom
Pydicom
Read, modify and write DICOM files with python code
Stars: ✭ 1,103 (+811.57%)
Mutual labels:  dicom
Odil
Odil is a C++11 library for the DICOM standard
Stars: ✭ 69 (-42.98%)
Mutual labels:  dicom
Dicom Ecg Plot
Dicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
Stars: ✭ 84 (-30.58%)
Mutual labels:  dicom
Pytorch Dicom Classification
Code for analyzing medical images saved as .dicom files
Stars: ✭ 33 (-72.73%)
Mutual labels:  dicom
Mritopng
A simple python module to make it easy to batch convert DICOM files to PNG images.
Stars: ✭ 113 (-6.61%)
Mutual labels:  dicom
Dicomweb Client
DICOMweb client side JavaScript implementation
Stars: ✭ 73 (-39.67%)
Mutual labels:  dicom
Go Dicom
🏥 DICOM Medical Image Parser in Go
Stars: ✭ 96 (-20.66%)
Mutual labels:  dicom
Dicomweb Client
Python client for DICOMweb RESTful services
Stars: ✭ 60 (-50.41%)
Mutual labels:  dicom
Dwv
DICOM Web Viewer: open source zero footprint medical image viewer.
Stars: ✭ 1,145 (+846.28%)
Mutual labels:  dicom
Projectaiai
AiAi.care project is teaching computers to "see" chest X-rays and interpret them how a human Radiologist would. We are using 700,000 Chest X-Rays + Deep Learning to build an FDA 💊 approved, open-source screening tool for Tuberculosis and Lung Cancer. After an MRMC clinical trial, AiAi CAD will be distributed for free to emerging nations, charitable hospitals, and organizations like WHO 🌏 We will also release our pretrained models and weights as Medical Imagenet.
Stars: ✭ 92 (-23.97%)
Mutual labels:  dicom
Mricrogl
DEPRECATED development has moved to https://github.com/rordenlab/MRIcroGL12
Stars: ✭ 49 (-59.5%)
Mutual labels:  dicom
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (-14.05%)
Mutual labels:  dicom
Mricron
Simple medical imaging visualization tool designed for NIfTI images. Includes dcm2nii for conversion of DICOM, Philips, and other proprietary formats.
Stars: ✭ 37 (-69.42%)
Mutual labels:  dicom
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-31.4%)
Mutual labels:  dicom
Cornerstone
JavaScript library to display interactive medical images including but not limited to DICOM
Stars: ✭ 1,690 (+1296.69%)
Mutual labels:  dicom
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+1348.76%)
Mutual labels:  dicom
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (-23.97%)
Mutual labels:  dicom

Logo

A simple to use C# library for reading and manipulating DICOM files. New documentation added to github via Github pages.

  • Online API via DocFX
  • Dot Net Standard Compliant (multiplatform)
  • MIT Open Source license
  • Examples On GH Pages
  • NuGet packages released with each build
  • 10,000+ downloads

Wickedly Simple

var dcm = DICOMObject.Read("MyDICOMFile.dcm");
//***COOL CODE GOES HERE***
//Writing is equally easy
dcm.Write("MyHackedDICOMFile.dcm");

Read more at the project website at http://rexcardan.github.io/Evil-DICOM/

Content Link
Introductory Video Youtube
Examples Example Operations
Online API API Documentation

Evil-DICOM used and featured in publications

  1. Mayo, C., et al., Demonstration of a software design and statistical analysis methodology with application to patient outcomes data sets. Medical physics, 2013. 40(11): p. 111718.

  2. Vickress, J., R. Barnett, and S. Yartsev, Data Inventory for Cancer Patients Receiving Radiotherapy for Outcome Analysis and Modeling. Biomedical Data Mining, 2014. 3(105): p. 2.

  3. Saalfeld, P., et al., Touchless measurement of medical image data for interventional support. Mensch und Computer 2017-Tagungsband, 2017.

  4. Miras, H., et al., Monte Carlo verification of radiotherapy treatments with CloudMC. Radiation Oncology, 2018. 13(1): p. 99.

  5. Patrick Saalfeld, D.K. and C.H. Bernhard Preim, Image Data for Interventional Support. Mensch und Computer 2017-Tagungsband: Spielend einfach interagieren, 2018. 17: p. 83.

  6. Pyyry, E.J. and W. Keranen, Varian APIs: A handbook for programming in the Varian oncology software ecosystem. 2018.

  7. Saalfeld, P., J. Patzschke, and B. Preim, An immersive system for exploring and measuring medical image data. Mensch und Computer 2017-Tagungsband: Spielend einfach interagieren, 2018. 17: p. 73.

  8. Alkhimova, S. and V. Kuleshov, Analysis of turning angle in scope of brain tissue segmentation with CUSUM filter. 2019.

  9. Alkhimova, S. and S. Sliusar, Analysis of effectiveness of thresholding in perfusion ROI detection on T2-weighted MR images with abnormal brain anatomy. arXiv preprint arXiv:1912.05469, 2019.


Supported by JetBrains' ReSharper

JetBrain's Logo

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].