<div dir="ltr">Hello,<br><br>I have another question about the itk:: ExponentialDisplacementFieldImageFilter. Looking at the implementation, it performs the exponentiation using the scaling and squaring approach.<div><br></div>
<div>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</div><div><br></div><div>ie. exp(v_0) = v/2^N</div><div><br>
</div><div>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:</div><div><br></div><div>ie. exp(v_0) = 1 + v/2^N<br></div>
<div><br></div><div>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?<br>
<br>Thanks,<br><br>Anja<br></div></div>