Difference between revisions of "Documentation/Nightly/Modules/LandmarkRegistration"
From Slicer Wiki
Line 25: | Line 25: | ||
Interactive registration and visualization. | Interactive registration and visualization. | ||
− | [[image:LandmarkRegistration-4.4.png|LandmarkRegistration Module]] | + | [[image:LandmarkRegistration-4.4.png|LandmarkRegistration Module|thumb|500px|left]] |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 23:05, 19 September 2014
Home < Documentation < Nightly < Modules < LandmarkRegistration
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 registration and visualization.
Use Cases
Examples:
- Use Case 1: Interactively align two volumes
- Use Case 2: Align volumes as pre-processing step for automated registration
- Use Case 3: Visually review results of automated registration
Tutorials
Panels and their use
Similar Modules
References
N/A
Information for Developers
This module is written in python. There is a pluggable API for defining new interactive registrations. Implement a subclass of a RegistrationPlugin in python. It can call C++ routines either wrapped in VTK, through SimpleITK, or by calling a CLI.
Section under construction. |