So can I convert the dicom file to meta or nrrd inside ITK? Or do I need some other software to convert the file before reading the converted file into ITK.<br><br>Thanks a lot for your help!<br><br>Ankit.<br><br><div class="gmail_quote">
On Mon, Oct 27, 2008 at 2:56 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.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;">
If you cast to unsigned char, the cast filter does not do any rescale.<br>
You should use RescaleIntensityImageFilter to rescale the outputs of<br>
the filters to the 0,255 range of unsigned char.<br>
<br>
As for file formats, both meta and nrrd support floating point pixels.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
On Mon, Oct 27, 2008 at 5:45 PM, Ankit Gupta &lt;<a href="mailto:gankit@cs.stanford.edu">gankit@cs.stanford.edu</a>&gt; wrote:<br>
&gt; Hi Bill,<br>
&gt;<br>
&gt; Yeah. I cast the image to unsigned char to output it as a png file. But that<br>
&gt; is not my main problem.<br>
&gt;<br>
&gt; My main issue is taking the dicom file as input and converting it into some<br>
&gt; format (either using ITK or some other software) so that I can use float as<br>
&gt; the pixel type and apply filters on it. What would this file type be?<br>
&gt;<br>
&gt; Ankit.<br>
&gt;<br>
&gt; On Mon, Oct 27, 2008 at 2:27 PM, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Ankit,<br>
&gt;&gt;<br>
&gt;&gt; png does not support float images. meta and nrrd support float. You<br>
&gt;&gt; could cast back to signed short after the processing. Then save as<br>
&gt;&gt; dicom, meta or nrrd. png does not support signed short.<br>
&gt;&gt;<br>
&gt;&gt; Bill<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 27, 2008 at 4:51 PM, Ankit Gupta &lt;<a href="mailto:gankit@cs.stanford.edu">gankit@cs.stanford.edu</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am relatively new to ITK and my project involves working with dicom<br>
&gt;&gt; &gt; images, applying image processing filters on them and viewing the<br>
&gt;&gt; &gt; output.<br>
&gt;&gt; &gt; Currently, I am trying to apply different blur filters to dicom images.<br>
&gt;&gt; &gt; I<br>
&gt;&gt; &gt; understand that these filters use float as the pixel type whereas dicom<br>
&gt;&gt; &gt; files have signed short as pixel types. So, what image format should be<br>
&gt;&gt; &gt; used<br>
&gt;&gt; &gt; (or what format should these dicom images be converted to) so as to<br>
&gt;&gt; &gt; apply<br>
&gt;&gt; &gt; filters on them without loss of information?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I tried to take a dicom file as input and apply a resize and then a cast<br>
&gt;&gt; &gt; filter to cast it to a float format. But by viewing the output (as a png<br>
&gt;&gt; &gt; file), I found that a lot of information was lost and the image looked<br>
&gt;&gt; &gt; very<br>
&gt;&gt; &gt; different. I am stuck at his point for nearly a week and can&#39;t seem to<br>
&gt;&gt; &gt; find<br>
&gt;&gt; &gt; any solution. Any help would be greatly appreciated.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Ankit.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Ankit Gupta<br>
&gt;&gt; &gt; 1st yr. Grad Student<br>
&gt;&gt; &gt; Stanford University<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Insight-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>
&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Ankit Gupta<br>
&gt; 1st yr. Grad Student<br>
&gt; Stanford University<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Ankit Gupta<br>1st yr. Grad Student<br>Stanford University<br>