[Insight-users] GetCenter() ?

Luis Ibanez luis.ibanez at kitware.com
Tue Mar 27 08:33:50 EST 2007


Hi Tony,

Please read the ITK Software Guide:

    http://www.itk.org/ItkSoftwareGuide.pdf

There is a full section discussing the issue
of Center of Rotation for Transforms in the
context of image registration.

This is section: 8.6 "Centered Transforms".
pdf-page 380.

To put it short:  The center of rotation is
needed because in most image registration
problems it is desirable to rotate around
the center of the image extent and not
around the center of the coordinate system
origin.

You will find a related discussion in section 6.9.4
"Resample Image Filter" in pdf-pages 254-285.


    Regards,


       Luis


----------------------
tony hakki wrote:
> Hello;
> 
> I have tried to implement point set to image registration
> 
> What is the exact meaning of GetCenter(); in QuaternionRigidTransform
> 
> ? When we write like that  
> finalTransform->SetCenter(finalTransform->GetCenter() ); What does its mean?
> 
> thank you
> 
> Tony
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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