<div dir="ltr"><div><br></div>Hello again!! <br><div><br><br>I  don't know why i get different results in the value of" index " when i try to  execute  this line in the BSplineTransform::<div>transformPoint()  function:<br>

<br></div>this->m_CoefficientImages[0]-><div>TransformPhysicalPointToContinuousIndex( point, index ); <br><br></div><div>for example : <br></div><div>point [1 0] ----->index  [1.01961, 1]<br>point [2 0] ----->index  [1.03922, 1]<br>

point [3 0] ----->index  [1.05882, 1]<br><br></div><div><br></div>with the results when execute the same line in an other function that i created  in the same class , with the same inputs :<br>example: <br><div>
point:  [1  0] ----->index:   [2, 1]<br>point:  [2  0] ----->index:   [3, 1]<br>point:  [3  0] ----->index:   [4, 1]<br></div><br>What can be the reason please?? Any idea pleaaaaase ,,</div></div>