#include <mia/3d/register.hh>
Definition at line 46 of file 3d/register.hh.
◆ C3DImageRegister()
The constructor:
- Parameters
-
| start_size | an approximate size for the lowest resolution in the multi-resolution registration |
| cost | an image similarity measure with an according gradient function |
| max_iter | maximum number of times steps to be used at each multi-grid level |
| model | the registration model (e.g.- navier for linear elasticity operator) |
| time_step | the time step model (e.g. fluid to letthe model operator work on the velocity field instead of the deformation field) |
| ipf | an interpolator factory for image interpolation |
| outer_epsilon | a relative cost function value per multi-grid level to stop registration |
| save_steps | save the deformed source image for each registration step |
◆ operator()()
The registration operator that does the registration
- Parameters
-
| source | the source or template image to be registered to the ... |
| reference | |
- Returns
- a vector field describing the registration
The documentation for this class was generated from the following file: