Registration Framework
Containes the core registration components for MERLIN. The framework builds on ITK and is heavily inspired by ANTs.
Core registration Functions
The main workhorse of the registration is the ants_pyramid function. The registration is written in ITK but modeled on the settings in the ANTs pyramid registration, and thus the name.
Multi-scale rigid body registration |
Filter and Masking
Some tools for masking and thresholding
Applies an Otsu filter |
|
Applies winsorize filter to image |
|
Threshold image at given value |
|
Estimate background intensity using histogram. |
Registration help
Tools for the registration framework
Summarise results from one or more versor registration experiments |
|
Logging for registration |
|
Resample image with registration parameters |
|
Calculate correction factors from Versor object |
|
Setup optimizer object |
|