<div dir="ltr"><div><div><div><div><div><div><div><div>Hello again!!<br><br><br><br></div></div></div></div></div>I don't know why i get different results in the value of" index " when i try to execute this line in the BSplineTransform::transformPoint() function:<br>
<br></div>this->m_CoefficientImages[0]->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></div>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>