Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamyj/odil
Odil is a C++11 library for the DICOM standard
https://github.com/lamyj/odil
c-plus-plus dicom medical-imaging python
Last synced: 3 months ago
JSON representation
Odil is a C++11 library for the DICOM standard
- Host: GitHub
- URL: https://github.com/lamyj/odil
- Owner: lamyj
- License: other
- Created: 2015-04-08T10:55:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T06:25:18.000Z (9 months ago)
- Last Synced: 2024-05-10T09:07:36.460Z (9 months ago)
- Topics: c-plus-plus, dicom, medical-imaging, python
- Language: C++
- Homepage:
- Size: 3.15 MB
- Stars: 82
- Watchers: 14
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Odil
[![Build Status (Travis)](https://travis-ci.com/lamyj/odil.svg?branch=master)](https://travis-ci.com/lamyj/odil)
[![Build Status (Appveyor)](https://ci.appveyor.com/api/projects/status/github/lamyj/odil?svg=true)](https://ci.appveyor.com/project/lamyj/odil)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/odil.svg)](https://anaconda.org/conda-forge/odil)Odil is a [DICOM][] library which provides a user-friendly C++11 and Python API for the different parts of the DICOM standard:
- Reading and writing data sets with any transfer syntax
- Standard JSON and XML representation of datasets
- Clients and servers for the various DICOM protocols (C-FIND, C-GET, C-MOVE, C-STORE)
- Implementation of the DICOM web-services (WADO-RS, QIDO-RS, STOW-RS)
- Conversion to and from [DCMTK][] data structures.Packaged versions of Odil are available on [Anaconda][] for Linux, macOS and Windows. Official packages are available for [Debian][] and [Ubuntu][], as well as [unofficial backports][].
Installation and usage instructions are available on the [documentation website][].
[Anaconda]: https://anaconda.org/conda-forge/odil
[DCMTK]: http://dicom.offis.de/dcmtk.php.en
[Debian]: https://packages.debian.org/search?keywords=odil&searchon=sourcenames&suite=all§ion=all
[DICOM]: http://dicom.nema.org/
[documentation website]: http://odil.readthedocs.io/
[Ubuntu]: http://packages.ubuntu.com/search?keywords=odil&searchon=sourcenames&suite=all§ion=all
[unofficial backports]: https://github.com/lamyj/packages