forked from medInria/qtdcm_archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (23 loc) · 958 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
QtDcm - version 2.0.1
(c) Alexandre Abadie
=============================================
contact : [email protected]
=============================================
1 - Presentation
2 - Installation
1 - Presentation
================
QtDcm implements a Qt widget in order to manipulate Dicom data. With QtDcm, it is now possible
to explore a Dicom CD-ROM, to query a PACS (Pictures Archive and Communications System) and
to convert series of images to the nifti format.
Due to its modular design, QtDcm is very easy to integrate in other application (see the example
in the code).
2 - Installation
================
QtDcm requires :
- CMake (version 2.6 and later),
- Qt (version 4.5 and later),
- Dcmtk (version 3.6.0 and later).
The conversion of Dicom data to Nifti format is based (for the moment) on a command line tool
<<dcm2nii>>. This tool can be downloaded from the mricron website
(http://www.cabiatl.com/mricro/mricron/dcm2nii.html).