<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=FR link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hello,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Maybe you should also have a look at this <a
href="http://ibia.umit.at/ResearchGroup/Phil/web/Simple2D3DRegistrationFramework.html">http://ibia.umit.at/ResearchGroup/Phil/web/Simple2D3DRegistrationFramework.html</a>
<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Cheers,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Joachim<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>De&nbsp;:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
insight-users-bounces@itk.org [mailto:insight-users-bounces@itk.org] <b>De la
part de</b> Natarajan CS<br>
<b>Envoyé&nbsp;:</b> mardi 24 août 2010 17:23<br>
<b>À&nbsp;:</b> Frank Miller<br>
<b>Cc&nbsp;:</b> insight-users@itk.org<br>
<b>Objet&nbsp;:</b> Re: [Insight-users] Registering a 2D slice in a 3D image<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Hello Frank,<br>
&nbsp;&nbsp;&nbsp;&nbsp; thanks, that was helpful. Will try it out and let the
group know if I run into issues!<br>
<br>
Cheers,<br>
<br>
C.S.N<o:p></o:p></p>

<div>

<p class=MsoNormal>On Tue, Aug 24, 2010 at 6:52 AM, Frank Miller &lt;<a
href="mailto:frankmiller@jhmi.edu">frankmiller@jhmi.edu</a>&gt; wrote:<o:p></o:p></p>

<p class=MsoNormal>2D slice to 3D volume registration can be done the same way
3D to 3D<br>
registration is done which is well documented. There are two tricks.<br>
<br>
1) Load the 2D slice as a 3D image with size[2] = 1<br>
<br>
2) Use the slice as the fixed image and the volume as the moving image.<br>
<span style='color:#888888'><br>
Frank</span><o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
On Mon, 2010-08-23 at 15:14 -0500, Natarajan CS wrote:<br>
&gt; Hello all,<br>
&gt; &nbsp; &nbsp; &nbsp;Is there any built in functionality in ITK to register
a 2D slice<br>
&gt; in a 3D volume? I am new to the area of image registration and was<br>
&gt; looking for very specific handles in the docs so probably couldn't<br>
&gt; find anything that might have been useful.<br>
&gt;<br>
&gt; Appreciate any suggestions/pointers.<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; C.S.N<o:p></o:p></p>

</div>

</div>

<div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'>&gt;
_____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
<o:p></o:p></p>

</div>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>