<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Hi,</DIV>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>&nbsp;</DIV>
<DIV>I try to register two brains.</DIV>
<DIV>I’ve tried the rigid methode and that works but I want better 
results.</DIV>
<DIV>So I've tried the affine one...</DIV>
<DIV>&nbsp;</DIV>
<DIV>I’ve a scaling problem : at the beginning the size of the two brains are 
quiet equal but, for example, at the iteration number 10 the size of the moving 
brain is little compered to the fixed one !</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think the problem could be here in my code : </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>double translationScale = 1.0 / 1000.0;</DIV>
<DIV>typedef OptimizerType::ScalesType&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
OptimizerScalesType;</DIV>
<DIV>OptimizerScalesType optimizerScales( transform-&gt;GetNumberOfParameters() 
);</DIV>
<DIV>&nbsp;</DIV>
<DIV>optimizerScales[0] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[1] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[2] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[3] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[4] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[5] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[6] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[7] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[8] =&nbsp; 1.0;</DIV>
<DIV>optimizerScales[9]&nbsp; =&nbsp; translationScale;</DIV>
<DIV>optimizerScales[10] =&nbsp; translationScale;</DIV>
<DIV>optimizerScales[11] =&nbsp; translationScale;</DIV>
<DIV>&nbsp;</DIV>
<DIV>optimizer-&gt;SetScales( optimizerScales );</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I take it from <FONT face="Courier New">ImageRegistration20.</FONT></DIV>
<DIV>Do someone know the ScalesType order ? Translation then rotation the 
scaling ? I didn’t find it...</DIV>
<DIV>Do someone know why the size of the moving image decrease ? :(</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Guibs</DIV></DIV></DIV></DIV></DIV></DIV></BODY></HTML>