Documentation/Nightly/Modules/LandmarkRegistration
From Slicer Wiki
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. |