[vtkusers] VTK+GDCM+JAVA error in CMake

David Gobbi david.gobbi at gmail.com
Thu Mar 12 17:41:37 EDT 2015


On Thu, Mar 12, 2015 at 3:30 PM, -Daniel- <ich_daniel at habmalnefrage.de>
wrote:

> Okay and thanks for the hint, David.
>
> Can I read DICOM data sets with different file-sizes (with your vtk-dicom)?
> for example a Cone-Beam-CT data set:
> test_1.dcm - 80KB
> test_2.dcm - 81KB
> test_3.dcm - 90KB
> test_4.dcm - 95KB
> test_5.dcm - 95KB
> test_6.dcm - 89KB
> test_7.dcm - 84KB
> test_8.dcm - 81KB
>

You mean compressed files?  Yes, vtk-dicom can read compressed files,
but only if you build GDCM (or DCMTK) first and then turn on USE_GDCM
(or USE_DCMTK) when you use cmake to configure vtk-dicom.  Currently,
vtk-dicom relies on these other libraries to perform the decompression and
make the dicom data full-size.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150312/1936c131/attachment.html>


More information about the vtkusers mailing list