[vtkusers] Problem to read the DICOM series using VTK

David Gobbi david.gobbi at gmail.com
Wed Jan 18 09:00:32 EST 2017


On Tue, Jan 17, 2017 at 11:35 PM, chenjianyyzz <chenjianyyzz at 163.com> wrote:
>
> I try to read the attached DICOM image series which comes from Siemens CT
> but failed.
>

I checked the meta-data of your images and found this:

(0002,0010) UI "TransferSyntaxUID" : [1.2.840.10008.1.2.4.70]
{JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14
[Selection Value 1])}

Your image is compressed, and the vtkDICOMImageReader cannot read
compressed images.  If you install GDCM, you can use gdcmconv to decompress
the image.  Then vtkDICOMImageReader will be able to read it.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170118/8cc538e3/attachment.html>


More information about the vtkusers mailing list