Image Registration (3D volume)

i’m new in ITK
and i’m asked to write image registration function in c++ similar to the one used in MATLAB (intensity-based) , by making intensity-based image registration between couple of 3D volumes
Optimizer type is OnePlusOneEvolutionary
Metric type is MattesMutualInformation
can anyone help ??

You should pick an example which is closest to your requirements and modify it. Look at the software guide to learn more about how registration is implemented/organized in ITK.

1 Like