[ITK Community] [Insight-users] Jacobian of an affine transform

Luis Ibanez luis.ibanez at kitware.com
Thu Jan 23 09:14:52 EST 2014


Hi François


On Wed, Jan 22, 2014 at 3:31 AM, francois rousseau <rousseau at unistra.fr>wrote:

> 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?
>
>
>

Your intuition seems to be correct here.
It seems reasonable to expected the Jacobian to different from 1.0

Would you mind sharing your code ?

In that way we could give it a quick try at debugging,
and getting a better sense of what is happening.

   Thanks

          Luis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140123/5278cd8f/attachment-0002.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users


More information about the Community mailing list