[vtkusers] Visualize a .vtk 3D Image

Mark Wyszomierski markww at gmail.com
Tue Mar 25 23:24:07 EDT 2008


Ok I see, what is the class you're using to do the actual file
writing? It should be pretty easy to import the VTK data back in and
then volume render it. If you let me know the classes I'll take a look
at it,

Thanks,
Mark

On Sun, Mar 23, 2008 at 11:51 AM,  <polys_poly at hotmail.com> wrote:
> Mark thanks for your quick response.
>
> Actually i am currently doing what you told me. I read the DICOM images in
> VTK and visualize the volume. But another thing i want to do is register two
> different DICOM datasets from the same patient and the easy way to do this
> is with ITK (segmentation and registration toolkit. So i have to create the
> two 3D volumes in ITK, register them and extract the output as .vtk format
> so i can read it in VTK and visualize it there.
>
> Hope i made things more clear now.
>
> Polys
>
> --------------------------------------------------
> From: "Mark Wyszomierski" <markww at gmail.com>
> Sent: Sunday, March 23, 2008 5:46 PM
> To: <polys_poly at hotmail.com>
> Cc: "VTK users group" <vtkusers at vtk.org>
> Subject: Re: [vtkusers] Visualize a .vtk 3D Image
>
>
> > You can just read the DICOM files straight into VTK, example here:
> >
> >
> > http://devsample.org/index.php?option=com_content&task=view&id=18&Itemid=1
> >
> > or you can remove the DICOM input portion and just read straight from
> > the 'VTK image file' (though I don't know what that is myself),
> >
> > Thanks,
> > Mark
> >
> > On Sun, Mar 23, 2008 at 10:46 AM,  <polys_poly at hotmail.com> wrote:
> >>
> >> Hello,
> >>
> >> I am using ITK to read a series of DICOM and output the volume as a VTK
> >> image file(.vtk). How can i read this file using VTK and visualize the
> >> volume?
> >>
> >> Thanks in advance,
> >> Polys
> >> _______________________________________________
> >> 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