[vtkusers] Reduce size of .VTK file & Take too long time to load .VTK file

Bill Lorensen bill.lorensen at gmail.com
Tue Aug 11 08:43:40 EDT 2009


Why are you writing intermediate files?

Why not use:
VTKDicomImageReader->vtkMarchingCubes->vtkPolyDataNormals->vtkPolyDataMapper->vtkLODActor->vtkRenderWindow



On Tue, Aug 11, 2009 at 2:48 AM, Gururajan<gururajan.r at raster.in> wrote:
> Hi all,
>
> Sub -> need to reduce the size of the .VTK file.
>
> 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.
> But my .vtk file size is getting bigger after the following process this
> strucks my application. (Take long time to load the 3d file).
> Please guide me on this,
>
> --For Reading Dicom series and Wrting .Raw and .vtk files in the below
> process
> VTKDicomImageReader->vtkImageWriter->vtkVolume16Reader->vtkMarchingCubes->vtkPolyDataNormals->vtkPolyDataWriter
>
> --For view .Vtk file
> vtkPolyDataReader->vtkPolyData->vtkPolyDataMapper->vtkLODActor->vtkRenderWindow
>
> After reading dicom series, i created .raw (VtkImageWriter) file and then i
> will convert this raw file into .vtk format.
> using vtkPolyDataWriter to write .vtk files
>
>
> Thanks
> Guru
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK 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