[vtkusers] Cannot open Dicom images

Max smapersmaper at gmail.com
Thu May 23 04:55:02 EDT 2013


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.



More information about the vtkusers mailing list