I'm trying to register two images using the ITK library and the DemonsRegistrationFilter. I have some problems setting up the two images that I want to register. When I compile, i get this error:
ImageType
was not declared in this scope.
I first wanted to use the python wrapper but I didn't figure out how to do it so I have to code using c++ which I'm not really familiar. It is using template. If anybody can help or send me a simple working example, that would be great.
Regards,
Arnaud