Hi all,<br><br>I have a question about the way vtkImageViewer displays images <br><br>I have 3 vtkImageViewer components that display the images in XY, YZ and XZ planes. The images in the YZ and XZ planes look fine but the image in the XY plane is flipped.
<br><br>I can fix this by setting the ResliceAxesCosines as:<br>this-&gt;m_slicer-&gt;SetResliceAxesDirectionCosines(1, 0, 0, 0, -1, 0, 0, 0, 1);<br><br>However, my question is why is the image only flipped in that plane?
<br><br>Also, is there a way to change the way the image is displayed without resorting to changing the orientation of the reslicer. I have a lot of calculations which uses the IndexMatrix of the reslicer and after I invert the Y axes, all those calculations are invalid because of the negative values.
<br><br>Thanks,<br><br>Anja