[vtkusers] David Gobbi's New Image Rendering Classes in VTK 5.10

David Gobbi david.gobbi at gmail.com
Thu Mar 22 09:47:35 EDT 2012


> On Thu, Mar 22, 2012 at 6:31 AM, Constantine Zakkaroff <mnkz at leeds.ac.uk> wrote:
>
> I'm keen to try out the new image rendering classes by David Gobbi. The
> question I have is this: do those new classes make it simpler to display
> medical image data acquired in double-oblique orientation?

My opinion is biased (obviously) but I'd definitely say they make
double-obliques easier.  Oblique orientations for scans are reflected
by the vtkImageSlice matrix (vtkImageSlice is a subclass of
vtkProp3D).  Oblique view orientations can be controlled via the
vtkCamera.  Respectively, these give you control of the data-to-world
transform and the world-to-view transform.

 - David



More information about the vtkusers mailing list