Hello,<br><br>I&#39;m viewing a vtkImageData object with vtkImageViewer2. Given a coordinate from the given vtkImageData object ( the image coordinate could be given in pixel space or world space ) I want to know how can I get the corresponding point in display coordinates where it&#39;s drawn by the renderer.
<br><br>My first approach was to compute the display coordinates of the image with the SetWorldPoint(), WorldToDisplay() and GetDisplayPoint() methods from vtkRenderer, but I&#39;m also rotating and flipping the image with the camera and the world points are undesrtood to be the world points from the scene, not from my corresponding image, so my display coordinates are not the ones I want.
<br><br>I want to know how to obtain the mapped display coordinate for the coordinates in the image space.<br><br>Thanks in advance!<br>