<font><font face="verdana,sans-serif">Registering a team is available to anyone, however.<br></font></font><br><div class="gmail_quote">On Thu, May 24, 2012 at 9:36 AM, Sergio Vera <span dir="ltr">&lt;<a href="mailto:sergio.vera@alma3d.com" target="_blank">sergio.vera@alma3d.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Luis, <div>about your question regarding the public availability of the data:</div><div><br><div>SLiver07 challenge data is free to download once you have registered your team  and signed a document that states that you cannot share or show the data to anyone outside of your team. (<a href="http://www.sliver07.org/rules.php" target="_blank">http://www.sliver07.org/rules.php</a>)</div>


<div><br></div><div>This agreement has been used in some other MICCAI challenges as well.</div><div><br></div><div>regards</div><div><div><div class="h5"><br><div class="gmail_quote">On Thu, May 24, 2012 at 3:13 AM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div>Hi ekyaya,<div><br></div><div><br></div><div>Line 199   of  itkImageBase.hxx </div><div><br></div><div>

            says that your suspicions are well-founded:</div>
<div><br></div><div>    this-&gt;m_IndexToPhysicalPoint = this-&gt;m_Direction * scale; <br>
<br>as well as lines 94-99 in the itkImageTransformHelper.h <br><br><div>94   inline static void TransformIndexToPhysicalPointCol(</div><div>95     const MatrixType &amp; matrix,</div><div>96     const IndexType &amp; index, DoublePoint &amp; point,</div>



<div>97     const UniqueTypeBoolFalse &amp;)</div><div>98   {</div><div>99     point[R] = point[R] + matrix[R][C] * index[C];</div><div><br></div><div><br></div>The matrix in the MetaImage headers shouldn&#39;t have</div>



<div>combined the spacing with the direction cosines. This</div><div>composition is done for you in line 99 of the ImageBase</div><div>class.</div><div><br></div><div>You may want to contact the organizers of the </div><div>



challenge and ask for clarification.</div><div><br></div><div><br></div><div>   BTW, Is this Challenge data available to the public ?</div><div><br></div><div><br></div><div>     Thanks</div><div><br></div><div><br></div>



<div>           Luis<br><br><br>-------------------------<div><div><br><div class="gmail_quote">On Mon, May 21, 2012 at 6:14 PM, erkang <span dir="ltr">&lt;<a href="mailto:ekyaya@gmail.com" target="_blank">ekyaya@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone:<br>
<br>
I play with the meta data downloaded from Liver challenge 2007. However, I<br>
confused with the &quot;TransformMatrix&quot; item in the header file.<br>
<br>
One example of the header file is as following:<br>
<br>
ObjectType = Image<br>
NDims = 3<br>
BinaryData = True<br>
BinaryDataByteOrderMSB = False<br>
TransformMatrix = 0.74219 0 0 0 0.74219 0 0 0 1.5<br>
Offset = 0 0 0<br>
CenterOfRotation = 0 0 0<br>
ElementSpacing = <a href="tel:0.74219%200.74219%201.5" value="+497421907421915" target="_blank">0.74219 0.74219 1.5</a><br>
DimSize = 512 512 183<br>
AnatomicalOrientation = ???<br>
ElementSize = <a href="tel:0.58594%200.58594%201" value="+49585940585941" target="_blank">0.58594 0.58594 1</a><br>
ElementType = MET_SHORT<br>
ElementDataFile = liver-orig001.raw<br>
<br>
I doubt that the header files of these data are not correct. I check the<br>
metaIO in ITK. ITK does first read the direction (TransformMatrix ) and then<br>
multiplied by spacing. I test it in ImageFileReader and transform of the<br>
loaded image is 0.74219*<a href="tel:0.74219%200%200%200" value="+4974219000" target="_blank">0.74219 0 0 0</a> 0.74219*<a href="tel:0.74219%200%200%200%201.5" value="+497421900015" target="_blank">0.74219 0 0 0 1.5</a>*1.5.<br>


<br>
But, I would like to guess the &quot;TransformMatrix&quot; of the header file is<br>
TransformMatrix = 1 0 0 0 1 0 0 0 1. And after multiplied by spacing, the<br>
actual transform matrix is 0.74219 0 0 0 0.74219 0 0 0 1.5.<br>
<br>
Is that correct? Or what&#39;s the best way to load these data? Thanks.<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Q-about-header-file-of-data-download-from-Liver-challenge-2007-tp7570104.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Q-about-header-file-of-data-download-from-Liver-challenge-2007-tp7570104.html</a><br>




Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div></div></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<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><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br>Sergio Vera<br><br> Alma IT Systems<br> C/ Vilana, 4B, 4º 1ª<br> 08022 Barcelona<br> T. <a href="tel:%28%2B34%29%20932%20380%20592" value="+34932380592" target="_blank">(+34) 932 380 592</a><br>

 <a href="http://www.alma3d.com" target="_blank">www.alma3d.com</a><br>

</font></span></div></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<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>