<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 12, 2015 at 3:30 PM, -Daniel- <span dir="ltr"><<a href="mailto:ich_daniel@habmalnefrage.de" target="_blank">ich_daniel@habmalnefrage.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay and thanks for the hint, David.<br>
<br>
Can I read DICOM data sets with different file-sizes (with your vtk-dicom)?<br>
for example a Cone-Beam-CT data set:<br>
test_1.dcm - 80KB<br>
test_2.dcm - 81KB<br>
test_3.dcm - 90KB<br>
test_4.dcm - 95KB<br>
test_5.dcm - 95KB<br>
test_6.dcm - 89KB<br>
test_7.dcm - 84KB<br>
test_8.dcm - 81KB<br></blockquote><div><br></div><div>You mean compressed files?  Yes, vtk-dicom can read compressed files,</div><div>but only if you build GDCM (or DCMTK) first and then turn on USE_GDCM</div><div>(or USE_DCMTK) when you use cmake to configure vtk-dicom.  Currently,</div><div>vtk-dicom relies on these other libraries to perform the decompression and</div><div>make the dicom data full-size.</div><div><br></div><div> - David</div><div> </div></div></div></div>