资 源 简 介
Introduction
Digital Imaging and Communications in Medicine (DICOM) is a standard for managing informations in medical imaging developed by American College of Radiology (ACR) and National Electrical Manufacturers Association (NEMA). It defines a file format and a communication protocol over network.
DICOM SDL is a software developed libraries for easy and quick development of an application managing DICOM formatted files. DICOM SDL is written in C++ and it allows to make programs that read, modify, write DICOM formatted files without in depth knowledge of DICOM.
DICOM SDL provides an extension module for python and you may build scripts with python.
DICOM SDL can
read/modify/write DICOM formatted files.
read/modify/write medical images in DICOM file, if file encodes in raw format, jpeg/jpeg2000 format.
DICOM SDL is especially optimized for reading lots of DICOM formatted files quickly, and would be very us