[Insight-users] Re: conversion of 16-bit Dicom image data to .vtk format...with polydata type?

Luis Ibanez luis . ibanez at kitware . com
Sat, 25 Oct 2003 17:50:58 -0400


Hi Sowjanya,

You can use the VTK filter
http://www . vtk . org/doc/nightly/html/classvtkRectilinearGridToPolyDataFilter . html

for converting vtkImageData into vtkPolyData.

Regards,


   Luis


---------------------------------------------------
V, Sowjanya (CORP, GEITC, Intern) wrote:
> Hi Luis,
> 
> Thanx for sending the code,
> this code converts DICOMimage data to .vtk file but with structured_points type.
> but i need the o/p as .vtk file with polydata type.
> is it possible to get .vtk file with polydata type from DICOMimage data?
> 
> Thankyou,
> Regards,
> Sowjanya.V
>