[Insight-users] Jacobian of an affine transform
francois rousseau
rousseau at unistra.fr
Wed Jan 22 03:31:37 EST 2014
Hi there,
I’m trying to check itkDisplacementFieldJacobianDeterminantFilter for affine transform and I get weird results.
Basically, I’ve created a simple affine transform with a scale factor in x dimension :
#Insight Transform File V1.0
#Transform 0
Transform: MatrixOffsetTransformBase_double_3_3
Parameters: 1.5 0 0 0 1 0 0 0 1 0 0 0
FixedParameters: 22.6774 -12.4914 6.04305
I’ve converted this affine file to a deformation field using ComposeMultiTransform (from ANTS). The field is correct so far.
Then, I computed the jacobian of the field using itkDisplacementFieldJacobianDeterminantFilter.
Jacobian is constant and equal to 1.
I would have expected 1.5 or 2/3.
Am I doing something wrong?
Thanks
François
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140122/e43b75f2/attachment.html>
More information about the Insight-users
mailing list