1gdcmviewer(1) GDCM gdcmviewer(1)
2
3
4
6 gdcmviewer - Simple DICOM viewer.
7
9 gdcmviewer [options] file-in
10
12 The gdcmviewer is a simple tool that show how to use
13 vtkGDCMImageReader. The class that use gdcm to make a layer to VTK.
14 gdcmviewer is basically only just a wrapper around GDCM.
15
16 This tool is meant for testing integration of GDCM in VTK. You should
17 see it as a demo tool. It does compile with VTK ranging from 4.2 to
18 5.6, but only with VTK 5.2 (or above) can only play with the widgets
19 (as described below).
20
22 file-in DICOM input filename
23
25 OPTIONS
26 --force-rescale force rescale (advanced users)
27 --force-spacing force spacing (advanced users)
28 -r --recursive Recusively descend directory
29
30 general options
31 -h --help
32 print this help text and exit
33
34 -v --version
35 print version information and exit
36
37 -V --verbose
38 verbose mode (warning+error).
39
40 -W --warning
41 warning mode, print warning information
42
43 -E --error
44 error mode, print error information
45
46 -D --debug
47 debug mode, print debug information
48
51 For now gdcmviewer should be started from a command line prompt. The
52 next argument should be the name of the DICOM file you wish to read.
53 For instance:
54
55 $ gdcmviewer -V 012345.002.050.dcm
56
57 gdcmviewer will try to read your file, and the print the vtk
58 information associated with this file. Basically what kind of image you
59 are looking at.
60
61 · ScalarType is the DICOM Real World Value type
62 · Dimensions is the dimension of the image
63 · Spacing is the spacing of the image
64 · NumberOfScalarComponents should be 1 for grayscale & PALETTE COLOR
65 and 3 for RGB, YBR data.
67 The wiki page, will color pictures can be found at:
68 http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Gdcmviewer
70 gdcmdump(1), gdcm2vtkraw(1)
72 Copyright (c) 2006-2010 Mathieu Malaterre
73
74
75
76Version 2.0.16 Tue Jul 26 2011 gdcmviewer(1)