[vtkusers] Cannot open Dicom images
Yusuf OEZBEK
nasil122002 at yahoo.de
Thu May 23 05:11:21 EDT 2013
Hi,
Maybe your images are compressed and this reader class cannot read compressed DICOM images. For more information see: http://www.vtk.org/Wiki/VTK_FAQ#How_can_I_read_DICOM_files_.3F
Mit freundlichen Grüßen
Yusuf ÖZBEK
--- Max <smapersmaper at gmail.com> schrieb am Do, 23.5.2013:
Von: Max <smapersmaper at gmail.com>
Betreff: [vtkusers] Cannot open Dicom images
An: vtkusers at vtk.org
Datum: Donnerstag, 23. Mai, 2013 10:55 Uhr
Dear Vtkers,
I can open dcm images with vtkDICOMImageReader, but other dicom images i
cannot open.
Code:
string folder = @"d:\20121203135414531\";
vtkDICOMImageReader reader1 = vtkDICOMImageReader.New();
reader1.SetDirectoryName(folder);
reader1.Update();
What could be the problem?(I know it is a very general question, but i
cannot think of something more concrete...)
Thank you,
Max
--
View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-open-Dicom-images-tp5720907.html
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130523/404e1583/attachment.htm>
More information about the vtkusers
mailing list