[Insight-users] Bug (?) in MultiResolutionImageRegistrationMethod (FixedImageRegion issue)
Luc Bracoud
lbracoud@theralys.com
Tue, 17 Sep 2002 15:05:45 +0200
Hi Luis,
I tried to run the registration over a smaller region, and this time the
FixedImageRegion is handled properly at each resolution level, and the
results are what they were expected to be.
Thanks a lot!
Luc.
---
Luis Ibanez wrote:
> Hi Luc,
>
> The modification on the MultiResImageRegistration method
> have been made. A new method:
>
> SetFixedImageRegion()
>
> has been added to this class. This method must be invoked
> before "StartRegistration()".
>
> The registration method precomputes an array of FixedImageRegions
> corresponding to each level of the pyramid. The Initialize()
> method now uses the FixedImageRegion associated with the current
> level of the pyramid being registered.
>
> Please let us know if you encounter any problems.
>
>
> Thanks
>
>
> Luis