<div>Hello,</div>
<div>&nbsp;</div>
<div>thank's for the tip but I have already solved the problem.</div>
<div>&nbsp;</div>
<div>Mafalda<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/30/06, <b class="gmail_sendername">Vladimir FONOV</b> &lt;<a href="mailto:vladimir.fonov@gmail.com">vladimir.fonov@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br><br>Mafalda Sousa wrote:<br><br>&gt; I would like to know if it's possible to read .raw image files with ITK.
<br>&gt; I've tried with RawImageIO and it didn't work.<br>&gt; Instead of .raw files I also have MINC files. This files are Simulated<br>&gt; Brain<br>&gt; MR Images obtained from Brainweb <a href="http://www.bic.mni.mcgill.ca/brainweb/">
http://www.bic.mni.mcgill.ca/brainweb/</a> .<br>&gt; I usually use real Dicom files and transform them to VTK files, but this<br>&gt; simulated data sets would be very usefull if i could use them. I just don't<br>&gt; know how to read them.
<br>&gt;<br><br>You can try to use MetaImageIO, you can construct an .mhd file , and<br>then read it in usual way ( using itk::ImageFileReader )<br>There is an application MetaImageImporter in&nbsp;&nbsp;InsightApplications, that<br>
will create and .mhd file for you.<br>In short, mhd file is a text file of the following format:<br><br>NDims = &lt;number of dimensions&gt;<br>DimSize = &lt;x size&gt; &lt;y size&gt; &lt;z size&gt;<br>ElementSpacing = &lt;x spacing&gt; &lt;y spacing&gt; &lt;z spacing&gt;
<br>Position = &lt;x origin&gt; &lt;y origin&gt; &lt;z origin&gt;<br>ElementByteOrderMSB = &lt;False if the data in PC byte order&gt;<br>ElementNumberOfChannels =&nbsp;&nbsp;&lt;number of channels per voxel&gt;<br>ElementType = &lt;data type: MET_UCHAR, MET_USHORT, MET_UINT MET_FLOAT
<br>MET_DOUBLE&gt;<br>ElementDataFile = &lt;name of the RAW file&gt;<br><br>--<br>Best regards,<br>Vladimir S. Fonov ~ <a href="http://www.bic.mni.mcgill.ca/~vfonov">www.bic.mni.mcgill.ca/~vfonov</a><br><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">http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote>
</div><br>