[ITK-users] Demons Registration on a Region of Interest

HONG NHUNG PHAM hong.nhung.pham at univ-poitiers.fr
Thu Oct 29 09:49:08 EDT 2015


Hello everyone, 

I want to apply Demons Registration to register two medical images, the image information is strong at the center, therefore I want to apply registration method on only the center region of the images. For example, take a center region of moving image, and find the corresponding positions of each pixel of the region in the fixed image. However, I can not find a method that allows processing on a region like that in itkDemonsRegistrationFilter.h. I tried passing the full fixed image as SetFixedImage, and only the center region of moving image as SetMovingImage. However, it crashes because it requires same size of fixed image and moving image. 

Does anyone have any idea of how to pass a region to demons registration filter? 

Thank you in advance! 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20151029/1b7e7b84/attachment.html>


More information about the Insight-users mailing list