[Insight-users] Example - MultiResImageRegistration2.cxx
Luis Ibanez
luis.ibanez at kitware.com
Tue Mar 14 14:48:28 EST 2006
Hi Yan,
When the user does not pass image pyramids to the MultiResolution
image registration method, this class generates its own pyramids
internally.
In this particular example, the registration method is receiving
the Fixed and Moving images directly, and internally connecting
them to its own pyramids.
You will find illuminating to look at the code of the file:
Insight/
Code/
Algorithms/
itkMultiResolutionImageRegistrationMethod.txx
Regards,
Luis
-------------------
Yan Yang wrote:
> Hi All,
>
> I couldn't find the two line code,
> registration->SetFixedImagePyramid( fixedImagePyramid );
> registration->SetMovingImagePyramid( movingImagePyramid );
> in the registration example file MultiResImageRegistration2.cxx
>
> How does it implement multiple resolutions in the registration process?
>
> Thanks,
>
> Yan
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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