MantisBT - IGSTK
View Issue Details
0006347IGSTKIGSTKpublic2008-02-14 14:542008-06-17 11:54
Matt Turek 
Matt Turek 
normalminoralways
closedfixed 
0006347: igstkMR3DImageToUS3DImageRegistrationTest fails
igstkMR3DImageToUS3DImageRegistrationTest - fails due to comparison of the registration transform against 1.
No tags attached.
Issue History
2008-02-14 14:54Matt TurekNew Issue
2008-02-14 14:54Matt TurekStatusnew => assigned
2008-02-14 14:54Matt TurekAssigned To => Patrick Cheng
2008-02-14 14:57Matt TurekAssigned ToPatrick Cheng => Matt Turek
2008-02-14 14:58Matt TurekNote Added: 0010496
2008-06-17 11:53Matt TurekStatusassigned => resolved
2008-06-17 11:53Matt TurekResolutionopen => fixed
2008-06-17 11:53Matt TurekNote Added: 0012362
2008-06-17 11:54Matt TurekStatusresolved => closed
2008-06-17 11:54Matt TurekNote Added: 0012363

Notes
(0010496)
Matt Turek   
2008-02-14 14:58   
Registration was failing. The use of transformations in the ultrasound simulator seems to have changed during the refactoring. Now we will compare
the transform given to the simulator against the transform generated by the registration. Registration is successful if the error is less than one pixel in each coordinate.

We should revisit this issue later to make sure that the use of image transformations is consistent with the rest of the toolkit.
(0012362)
Matt Turek   
2008-06-17 11:53   
A fix was previously checked in for this bug.

http://www.itk.org/cgi-bin/viewcvs.cgi/Testing/igstkMR3DImageToUS3DImageRegistrationTest.cxx?root=IGSTK&r1=1.4&r2=1.5 [^]
(0012363)
Matt Turek   
2008-06-17 11:54   
A fix for this test was committed earlier. This test is currently passing.