<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
Sub -> need to reduce the size of the .VTK file.<br>
<br>
Actually my application process is. Am following the below mentioned
type 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->vtkImageWriter->vtkVolume16Reader->vtkMarchingCubes->vtkPolyDataNormals->vtkPolyDataWriter<br>
<br>
--For view .Vtk file <br>
vtkPolyDataReader->vtkPolyData->vtkPolyDataMapper->vtkLODActor->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>
<br>
</body>
</html>