Difference between revisions of "Documentation/Nightly/Modules/CompareVolumes"
From Slicer Wiki
(Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -----------------------…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 51: | Line 51: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | Used by [[Documentation/{{ | + | Used by [[Documentation/{{documentation/version}}/Modules/LandmarkRegistration|LandmarkRegistration module]] |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 60: | Line 60: | ||
{{documentation/{{documentation/version}}/module-section|Information for Developers}} | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
This module is written in python. | This module is written in python. | ||
+ | |||
+ | [https://github.com/pieper/CompareVolumes Source code repository]. | ||
+ | |||
{{documentation/{{documentation/version}}/module-developerinfo}} | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
Latest revision as of 11:27, 18 March 2015
Home < Documentation < Nightly < Modules < CompareVolumes
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Information on NA-MIC can be obtained from the NA-MIC website. | |||||||
|
Module Description
Interactive views of loaded volume data.
Use Cases
Examples:
- Use Case 1: Look at the volumes currently loaded
- Use Case 2: Get an overview of a loaded volume
- Use Case 3: Compare on volume and/or label to all other volumes
Tutorials
Panels and their use
- Parameters
- Orientation: picks what the viewers will display
- Target Volume: selects volume to show
- Lightbox Target Volume: puts target in bg layer of all slice views
- Common Background Volume: selects a background volume and all others are put in fg
- Common Label Volume: selects a label and all others are put in either fg or bg depending on state of common background
- Layer Reveal Cursor
- Allows you to look in detail and compare the fg and bg volumes. Works with pan/zoom/slice scroll.
Similar Modules
Used by LandmarkRegistration module
References
N/A
Information for Developers
This module is written in python.
Section under construction. |