[vtkusers] vtk and lot of dicom series

Xiaofeng Z xf10036 at hotmail.com
Thu Nov 12 17:33:13 EST 2009


I'm experiencing very slow DCOM series load as well.  Hope someone will offer a good suggestion?

 

Do you use a seperate thread for each series and try to load the serieses in parallel?

Xiaofeng



 
> Date: Thu, 12 Nov 2009 16:22:53 -0500
> From: jmrbcu at gmail.com
> To: vtkusers at vtk.org
> Subject: [vtkusers] vtk and lot of dicom series
> 
> hi folks, I am using vtk to display dicom image series. I am using
> python and pyqt4 in linux. I have noticed that when I load for at
> least 5 series of 200 MR images each one, my application get VERY
> slow. I am using vtkGDCMImageReader and load every serie within a
> vtkImageData for example this way:
> 
> reader = vtkgdcm.vtkGDCMImageReader()
> reader.SetFileNames(to_vtk_string_array(serie1))
> reader.Update()
> 
> I repeat this step in a thread for every serie and when it is loaded I
> send a signal for display it with vtkImageViewer2 (could be an
> vtkImageColorViewer from gdcm too)
> 
> why is that, which is the recommended way to load and display a lot of
> dicom image series?
> 
> -- 
> Lic. José M. Rodriguez Bacallao
> Centro de Biofisica Medica
> -----------------------------------------------------------------
> Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.
> 
> Recuerda: El arca de Noe fue construida por aficionados, el titanic
> por profesionales
> -----------------------------------------------------------------
> _______________________________________________
> 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
 		 	   		  
_________________________________________________________________
Windows 7: Unclutter your desktop.
http://go.microsoft.com/?linkid=9690331&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091112/486fdd9a/attachment.htm>


More information about the vtkusers mailing list