I would like to implement DIR using the demon algorithm.
I am including SlicerRT and Elastix to do the DIR.
Is it possible to do DIR using demon algorithm with these two?
If you are trying to implement this in python, you can look into using SimpleITK which is available via SimpleElastix or independently in as part of Slicer dependencies. Here is a notebook that shows how you can executed demons based non-rigid registration.
Or use ITK C++ API directly
https://itk.org/Doxygen/html/Examples_2RegistrationITKv4_2DeformableRegistration2_8cxx-example.html
https://itk.org/Doxygen/html/Examples_2RegistrationITKv4_2DeformableRegistration16_8cxx-example.html
-Andinet
Thank you for your answer.
I will try it as soon as possible.
Hi Toyama,
Could you tell me if you find the DemonRegistration in python? Now I think I meet the similar question with you. What I am looking for is the python code of DemonRegistration that used in SLICER3D, not sure if the link from Andinet uses the same code that SLICER3D employed.
Best regards,
Chuan