[vtkusers] MPR using VTK

Karthik Krishnan karthik.krishnan at kitware.com
Thu Jun 5 17:01:09 EDT 2008


* Look for examples pertinent to vtkImageReslice. This is the class
that generates oblique/axis aligned reformats.

* Thick reformats are also possible in VTK. We do it VolView 2.0. For
thick reformats, you are going to have to spend time writing code
using a combination of vtkImageReslice/vtkImageResample and volume
rendering

* Curved reformats are not yet supported.

--
karthik

On Thu, Jun 5, 2008 at 2:11 PM, prakash vtk <prakash2vtk at gmail.com> wrote:
> Dear all,
>
> I want to develop a tool to display multi planar reconstruction (MPR) of
> DICOM images. I am very new to VTK  but I have fair knowledge about C++.
>
> I have compiled and installed VTK 5.0 on my dev machine. Tried some basic
> example code of cone,sphere.
>
> I tried google-ing on VTK + MPR but could not got any start-up material for
> MPR.
>
>  Could you please help me to find info about
> 1)To Understand the VTK library architecture. How does all classes fit in to
> create an app.
> 2) Any basic example code for MPR
> 3) Getting started kind-of tutorials.
> 4) How to and where to start towards MPR using VTK.
>
>
> Your help and time is really appreciated.
> Thank you in advance.
>
> Regards,
> Prakash
> Learn to share and share to learn.
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list