Hi Mathieu,<br><br><font color="#888888">&nbsp; Here is Luis&#39;s response to one of my questions back to Nov. 2003&nbsp; <a href="http://www.itk.org/pipermail/insight-users/2003-November/005652.html">http://www.itk.org/pipermail/insight-users/2003-November/005652.html</a><br>
&nbsp; Hope it helps.<br><br>Bing<br><br></font><div class="gmail_quote">On Thu, Jan 8, 2009 at 8:52 AM, Mathieu Coursolle <span dir="ltr">&lt;<a href="mailto:mcoursolle@rogue-research.com">mcoursolle@rogue-research.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">Hi ITK users,<div><br></div><div>I&#39;ve been using the itk::ImageSeriesReader with itk::GDCMImageIO to read a DICOM volume from a&nbsp;</div>
<div>series of slices with success.</div><div><br></div><div>Here is part of the code I&#39;ve been using:</div><div><br></div><div><div style="margin: 0px;">itk::ImageSeriesReader&lt;itk::Image&lt;double, 3&gt; &gt;::Pointer reader = itk::ImageSeriesReader&lt;ITK3DImage&gt;::New();</div>
<div style="margin: 0px;">reader-&gt;SetFileNames(fileNames);</div><div style="margin: 0px;">reader-&gt;SetImageIO(dcmIO);</div></div><div><br></div><div>At this time, I don&#39;t know what is the scalar component type of my 3D image, so I specify double as the templated image type.</div>
<div>If the image is in fact stored as bytes, I am using 8 times the memory needed, which is quite&nbsp;annoying&nbsp;for large datasets.</div><div><br></div><div>I currently cast it back to its native type once it is read.</div><div>
<br></div><div>Does anybody have a suggestion on how I could check the native type of the image before reading it?</div><div>What I&#39;d like to do is something like: read the header (not the data) to check the native type, then create my image with</div>
<div>that type.&nbsp;</div><div><br></div><div>Note that I have the same issue with other image IO, so it is not a DICOM specific issue.</div><div><br></div><div>Thanks!</div><div><br></div><font color="#888888"><div>Mathieu</div>
<div><br></div><div><br></div><div><br></div></font></div><br>_______________________________________________<br>
Insight-users mailing list<br>
<a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>