<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
Sub -&gt; need to reduce the size of the .VTK file.<br>
<br>
Actually my application process is. Am following the below mentioned
type&nbsp; for reading dicom series files and to covert it into .vtk file ,
to view in 3D. <br>
But my .vtk file size is getting bigger after the following process
this strucks my application. (Take long time to load the 3d file). <br>
Please guide me on this, <br>
<br>
<b>--For Reading Dicom series and Wrting .Raw and .vtk files in the
below process</b><br>
VTKDicomImageReader-&gt;vtkImageWriter-&gt;vtkVolume16Reader-&gt;vtkMarchingCubes-&gt;vtkPolyDataNormals-&gt;vtkPolyDataWriter<br>
<br>
--For view .Vtk file <br>
vtkPolyDataReader-&gt;vtkPolyData-&gt;vtkPolyDataMapper-&gt;vtkLODActor-&gt;vtkRenderWindow<br>
<br>
<b>After reading dicom series, i created .raw (VtkImageWriter) file and
then i will convert this raw file into .vtk format.</b><br>
<b>using vtkPolyDataWriter to write .vtk files</b><br>
<br>
<br>
Thanks<br>
Guru<br>
<br>
&nbsp;<br>
</body>
</html>