Page MenuHomePhabricator

mitkNavigationDataTransformFilterTest fails since ITK 4 integration
Closed, ResolvedPublic

Event Timeline

seems that the fail of this test is originally caused by T15021, so try to fix this one first...

New remote branch pushed: bug-15023-FixMitkNavigationDataTransformFilterITK4

What is the status of this bug? Please change the target milestone to "AfterNextRelease" if this bug is not relevant or cannot be fixed in time for the 2013-06 release.

This bug could not be fixed for release 2013-06. Setting target milestone to next release

[6a15cc]: Merge branch 'bug-15023-FixMitkNavigationDataTransformFilterITK4'

Merged commits:

2013-07-17 22:02:04 Anja Groch [3dfd1e]
In this test the transformation class was changed from itkRigid3DTransform to itkVersorRigid3DTransform (I dont know why).
But it should still be used the same method to read in a translation. As it is done now, the translation is still 0,0,0


2013-07-17 21:55:55 Anja Groch [5d2ca7]
forgot to add last changes to the quaternion problem


2013-07-17 21:53:02 Anja Groch [a4cb42]
First errors due to the quaternion problem fixed. As in T15021, there is no need to do the workaround with a quaternion


2013-05-29 16:18:46 Alfred Franz [0ee788]
activated test again and fixed method call (indexed now), but test is not running yet. It seems the fail is caused by T15023.