[ITK-users] ITK dicom reader wrong spacing

Matt McCormick matt.mccormick at kitware.com
Thu Mar 19 16:20:06 EDT 2015


Hi Aiert,

It is possible to use DCMTK instead of GDCM.  Turn on
Module_ITKIODCMTK in your CMake configuration.  See the
itkDCMTKSeriesReadImageWriter.cxx test for example usage.

HTH,
Matt

On Wed, Mar 18, 2015 at 7:43 AM, Amundarain, Aiert <aamundarain at ceit.es> wrote:
> I have a DICOM Image serie that itk does not read properly. The x,y,z
> spacing are incorrect and the return value is the default one (1,1,1).
>
> If I read this DICOM Image serie using vtk (vtkDICOMImageReader), the
> reading is correct.
>
> Both softwares are developed by kitware but the results are different.
>
>
>
> Is is possible to read the dicom files using ITK without using the gdcm
> library?
>
>
>
> Thank you.
>
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list