How to convert the coordinate between pixel and physical (vtkImageReslice)?
问题 I reslice a 2D image from a 3D volume image by vtkImageReslice. Then, I convert the image (matrix) from vtkImageReslice.GetOutput(). My question is: for one pixel (x, y) in image, what's the coordinate in 3D volume? I have found a solution to convert the coordinate from vtkImageReslice to 3D volume: vtkImageReslice.GetResliceAxes().MultiplyPoint(). However, how to convert the coordinate from pixel to vtkImageReslice? The vtkImageReslice need two inputs: the axes and center point. However, I