Documentation/Labs/SliceViewAnnotations
From Slicer Wiki
Home < Documentation < Labs < SliceViewAnnotations
Contents
Motivation
- 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
Design and Implementation
- Code Location: For now we decided to place the code inside "Data Probe" module and expose it to the UI through two push buttons for turning annotations on and off and also a UI for settings popup.
- Settings popup
- Annotations Layout
Code branch on Github
Corner Annotations: https://github.com/mehrtash/Slicer/tree/DataProbe-Slice-Annoations Orientation Figure: https://github.com/mehrtash/OrientationFigure