[ITK] [ITK-users] itk exponential displacement field image filter
Anja Ende
anja.ende at googlemail.com
Thu Jul 10 13:40:07 EDT 2014
Hello,
I have another question about the itk::
ExponentialDisplacementFieldImageFilter. Looking at the implementation, it
performs the exponentiation using the scaling and squaring approach.
The initial exponential is computed by doing a first order approximation.
However, it is done simply by dividing the input velocity field by the
factor 2^N
ie. exp(v_0) = v/2^N
However, I thought that the linear approximation of exponential of 'x'
where x is close to 0 is: 1+x. So, i thought that the expression should be:
ie. exp(v_0) = 1 + v/2^N
I saw the original Arsigny paper but could not figure this out. I am sure
this is a mistake in understanding on my part and would be very grateful if
someone can explain why this intercept term is not there?
Thanks,
Anja
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140710/2e62952b/attachment.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://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list