[Insight-users] changing of transform method in multiresolution registration

Karthik Krishnan Karthik.Krishnan at kitware.com
Thu Jan 26 12:08:03 EST 2006


You have to subsample (use the ResampleImageFilter) and create the 
multiresolution pyramid yourself to do that.

That is: instead of using MultiResolutionRegsitrationMethod use the 
ImageRegistrationMethod class and register each resolution level (where 
you create the subsampled images yourself) and set your own transforms 
at each initial level.

Just make sure that you get your spacing etc right.. (ie images at 1/2 
resolution will have twice the spacing etc)

-karthik

DiLLa HaNdiNi wrote:

> Hi All,
>  
> How to do changing of transform method in the midle of multiresolution 
> registration process ?
> Does anybody has sample code for it ?
> Or, where can I find it ?
>  
> Thank you in advance for the help.
>  
> Best Regards.
>
> Dilla.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>  
>


More information about the Insight-users mailing list