<div dir="ltr">In my case the image center is [218.0732421875, 218.0732421875, 158.75], which I got from ImageData.GetCenter()<br><br>So you mean to say, first I translate the image,do the rotation and translate back.<br><br>
Is that right?<br><br>Thanks<br><br>Jothy<br><br><div class="gmail_quote">On Mon, Mar 15, 2010 at 2:26 PM, Darshan Pai <span dir="ltr">&lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">If the imageCenter is not (0,0,0) you need to translate the image , do the rotation and translate back ..<br>
<br>Regards<br><font color="#888888">Darshan<br><br></font><div class="gmail_quote"><div><div></div><div class="h5">On Mon, Mar 15, 2010 at 10:15 AM, KS Jothybasu <span dir="ltr">&lt;<a href="mailto:jothybasu@gmail.com" target="_blank">jothybasu@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><div dir="ltr">Hi,<br><br>I wanted to rotate the vtkImageData and I am using vtkTransform to do that. But how to rotate around the Image centre. I get the Image centre from vtkImagedata.GetCenter() method. But when I view the image it seems to be shifted.Here is the code<br>


<br>xform=vtk.vtkTransform()<br>xform.PostMultiply()<br>#xform.RotateWXYZ(10,218.0732421875, 218.0732421875, 158.75)<br>x,y,z=Image.GetCenter<br>xform.RotateWXYZ(50,x,y,z)# rotate 50 degs <br>res=vtk.vtkImageReslice()<br>


res.SetInput(Image.GetOutput())<br>res.SetInformationInput(Image.GetOutput())<br>res.SetResliceTransform(xform)<br>res.SetInterpolationModeToLinear()<br>res.Update()<br><br>Whats wrong??<br><br>Thanks<br><br>Jothy<br></div>


<br></div></div><div class="im">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br></div>