File: sections.xml

package info (click to toggle)
mia 2.4.7-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,332 kB
  • sloc: cpp: 162,690; python: 1,317; sh: 321; xml: 127; makefile: 41; csh: 24; ansic: 9
file content (86 lines) | stat: -rw-r--r-- 4,064 bytes parent folder | download | duplicates (6)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0"?>
<outline>
<section name="Image conversion">
  <description>
    The programs in this section are used to convert beteeen the supported image file formats, to combine 
    2D images to a 3D representation, or to extract 2D slices from 3D images.
    Note, that for the conversion between pixel formats the programs <link key="Sec">mia-2dimagefilter</link>, and 
    <link key="Sec">mia-3dimagefilter</link>,
    in conjunction with the corresponding plug-in 
    <link key="pluginconvert">2dimage/filter</link>, respective 
    <link key="pluginconvert">3dimage/filter</link> have to be used.
  </description>
</section>
<section name="Analysis, filtering, combining, and segmentation of 2D images">
  <description>The programs in this section are dedicated to basic 2D image processing tasks, like filtering by invoking 
  plug-ins (<link key="SecPlugintype">2dimage/filter</link>), 
  combining pairs of images (<link key="SecPlugintype">2dimage/combiner</link>), 
  creating test images (<link key="SecPlugintype">2dimage/creator</link>), and evaluating some statistics.
  </description>
</section>
<section name="Registration, Comparison, and Transformation of 2D images">
  <description>
    The programs in this section relate to the alignment, transformation and comparison of pairs of 2D images.
  </description>
</section>
<section name="Registration of series of 2D images">
  <description>
    These programs are mostly tailored for the use of motion compensation in series of myocardial perfusion 
    images and are thought to be used in conjunction with the tools for analyis of image series in the section 
    <link key="Sec">Tools for Myocardial Perfusion Analysis</link>.
  </description>
</section>
<section name="Tools for the Analysis of 2D image series">
</section>
<section name="Tools for Myocardial Perfusion Analysis">
  <description>
    These programs provide various means to evaluate statistics and comparisons for series of images that stem from 
    myocardial perfusion imaging.
  </description>
</section>
<section name="Processing of series of 2D images in a 3D fashion (out-of-core)">
  <description>
    The programs in this section are dedicated to processing series of 2D images in a 3D fashion out-of-core. 
    This is intended for large images that would not fit into the main memory if processing was to be done 
    as a true 3D images. 
    As a result, only spacial, non-iterative operators are supported. 
  </description>
</section>
<section name="Analysis, filtering, combining, and segmentation of 3D images">
  <description>The programs in this section are dedicated to basic 3D image processing tasks, like filtering by invoking 
  plug-ins (<link key="SecPlugintype">3dimage/filter</link>), 
  combining pairs of images (<link key="SecPlugintype">3dimage/combiner</link>), 
  creating test images (<link key="SecPlugintype">3dimage/creator</link>), and evaluating some statistics.
  </description>
</section>
<section name="Registration, Comparison, and Transformation of 3D images">
  <description>
    The programs in this section relate to the alignment, transformation and comparison of pairs of 3D images.
  </description>
</section>
<section name="Registration of series of 3D images">
  <description>
    Thr programs in this section target the registration of series of images to a common reference, like it is the 
    case with motion compensation.
  </description>
</section>
<section name="Tools for the Analysis of 3D image series">
</section>
<section name="Miscellaneous programs">
  <description>
    Thr Programs in this section do not fit in any of the other categories.
  </description>
</section>
<section name="Creation, analysis, and filtering of triangular 3D meshes">
</section>
<section name="Help">
  <description>
    Programs listed in this section are for obtaining specific help.
  </description>
</section>
<section name="Work in progress">
  <description>
    The programs in this section constitute experimental code.
  </description>
</section>
</outline>