Proposals:Registration Framework in MATITK: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 22: | Line 22: | ||
== Non-Linear Transformation (Deformable Registration) == | == Non-Linear Transformation (Deformable Registration) == | ||
=== 2D to 2D Images === | |||
* BSpline deformable Transform | |||
* Demons Registration | |||
** Non-Symmetric Forces (default one) | |||
** Summetric Forces | |||
* FEM Deformable registration filter | |||
* LevelSet deformable registration filter | |||
=== 3D to 3D Images === | |||
* BSpline deformable Transform | |||
* Demons Registration | |||
** Non-Symmetric Forces (default one) | |||
** Summetric Forces | |||
* FEM Deformable registration filter | |||
* LevelSet deformable registration filter | |||
= Point Set Registration = | = Point Set Registration = |
Revision as of 15:35, 8 October 2006
Registration Framework to add to MATITK
This document is intended to collect the commonly used combinations of registration components so that they can be selected to be wrapped for MATLAB using MATITK.
Image Registration
The most common registration problems are:
Linear Transformation
3D to 3D images
- Rigid Transform
- Similarity Transform
- Affine Transform
2D to 2D images
- Rigid Transform
- Similarity Transform
- Affine Transform
Non-Linear Transformation (Deformable Registration)
2D to 2D Images
- BSpline deformable Transform
- Demons Registration
- Non-Symmetric Forces (default one)
- Summetric Forces
- FEM Deformable registration filter
- LevelSet deformable registration filter
3D to 3D Images
- BSpline deformable Transform
- Demons Registration
- Non-Symmetric Forces (default one)
- Summetric Forces
- FEM Deformable registration filter
- LevelSet deformable registration filter
Point Set Registration