Difference between revisions of "Documentation/Labs/SliceViewAnnotations"
From Slicer Wiki
Line 6: | Line 6: | ||
Some of the key information that can be added to slice view are: | Some of the key information that can be added to slice view are: | ||
* Volume names for different layers. | * Volume names for different layers. | ||
− | * Opacity of different layers in multi-layer situations | + | * Opacity of different layers in multi-layer situations. |
* Information extracted from the DICOM objects, such as Patient Information (e.g name, sex, date of birth, ...), study Information, series information, modality specific information (e.g echo time and relaxation time for MRI images) and so on. | * Information extracted from the DICOM objects, such as Patient Information (e.g name, sex, date of birth, ...), study Information, series information, modality specific information (e.g echo time and relaxation time for MRI images) and so on. | ||
* Distance scaling bar (ruler) which provides information about the scaling of the image and would change when the user zoom in or zoom out. | * Distance scaling bar (ruler) which provides information about the scaling of the image and would change when the user zoom in or zoom out. |
Revision as of 14:12, 11 June 2014
Home < Documentation < Labs < SliceViewAnnotationsMotivation
- Slice View corner annotations can provide valuable information to Slicer users, making access to imaging information easier and results in a better and faster UI experience.
Features
Some of the key information that can be added to slice view are:
- Volume names for different layers.
- Opacity of different layers in multi-layer situations.
- Information extracted from the DICOM objects, such as Patient Information (e.g name, sex, date of birth, ...), study Information, series information, modality specific information (e.g echo time and relaxation time for MRI images) and so on.
- Distance scaling bar (ruler) which provides information about the scaling of the image and would change when the user zoom in or zoom out.
- Color scaling bar
- Orientation marker
Code branch on Github
https://github.com/mehrtash/Slicer/tree/DataProbe-Slice-Annoations