THEORY FOR MEDICAL IMAGES REGISTRATION

Hello everyone,
I am a student in the last year in medical imaging,for my internship I have to register medical images using simple ITK library, I have theoretical notions on this kind of problem but apparently on this library things are different for example virtual domain … could you please show me what are the steps to follow to make a complete code

THANK YOU

Dear @Dodox,

Welcome to SimpleITK!

To familiarize yourself with SimpleITK I recommend starting by reading about the toolkit’s Fundamental Concepts and the Registration Framework. After that you should probably go over the notebooks in our Jupyter notebook repository, focusing on the registration (6* series).

Enjoy SimpleITK