[Insight-users] A bug in itkSimilarity3DTransform?

Xiao Han elehanx at gmail.com
Thu Sep 6 12:56:17 EDT 2007


Dear All,

It seems to me that there is a bug inside the itkSimilarity3DTransform.txx:

Line 284 (similarly for Line 74)
     m_Scale = vnl_math_sqr(test[0][0]) + vnl_math_sqr(test[0][1]);

should be

    m_Scale = vnl_math_sqr(test[0][0]) + vnl_math_sqr(test[0][1])  +
vnl_math_sqr(test[0][2]);


Best,
Xiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070906/3c79f37d/attachment.htm


More information about the Insight-users mailing list