[Insight-users] Possible bug in: void SpatialObject< TDimension >::ComputeObjectToParentTransform()

Christoph Bloch Christoph.Bloch at meduniwien.ac.at
Sun Apr 19 06:44:10 EDT 2009


Hi all,

using a complex hierarchy of itkSpatialObjects I get inconsistent 
results when calling
ComputeObjectToParentTransform().

It seems to me that the current implementation of the method is not correct.
from an intuitive approach line: 449 in itkSpatialObject.txx should be:
->GetNodeToWorldTransform()->GetInverse(inverse)
instead of:
->GetNodeToParentNodeTransform()->GetInverse(inverse)

Thank you for your comments,
Christoph



More information about the Insight-users mailing list