lucianoals / odil

Odil is a C++11 library for the DICOM standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odil

Odil is a C++11 library for the DICOM standard.

Odil leverages C++ constructs to provide a user-friendly API of the different parts of the DICOM standard. Included in Odil are exception-based error handling, generic access to datasets elements, standard JSON and XML representation of datasets, and generic implementation of messages, clients and servers for the various DICOM protocols.

Odil also provides conversion to and from DCMTK data structures.

Odil builds and run on:

  • Linux (Debian 7 and 8, Ubuntu 12.04, 14.04, and 16.04, all 32 and 64 bits). Official packages are available (Debian, Ubuntu), as well as unofficial backports.
  • OS X
  • Windows

Build Status (Travis) Build Status (Appveyor) Coverage Status

About

Odil is a C++11 library for the DICOM standard

License:Other


Languages

Language:C++ 95.3%Language:Python 3.8%Language:CMake 0.6%Language:XSLT 0.1%Language:C 0.1%