[Insight-users] Bug in DeformableRegistration6.cxx?
Kristina Grunewald
k.grunewald at dkfz-heidelberg.de
Tue Aug 3 12:10:40 EDT 2004
Hello everybody,
I think there are a couple of bugs in
/Examples/Registration/DeformableRegistration6.cxx (I am using the
latest cvs version).
a)
The parameters used for the second registration are not passed to the
transform.
line 310: transformHigh->SetParameters( parametersHigh );
b)
The iterator used to instantiate the parameters for the second
registration is not counted up.
line 349: ++cit;
c)
The wrong transform is used for the second registration.
line 367: registration->SetTransform( transformHigh )
instead of registration->SetTransform( transformLow )
Regards,
Kristina
More information about the Insight-users
mailing list