<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>&nbsp;Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;I use BSpline transform to non-rigid registe 
two 3D images.&nbsp;&nbsp; Both are 256*256*46, unsigned char.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; Metric is MattesMI and Optimizer is LBFG. I 
set the parameter as below.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; 
optimizer-&gt;SetGradientConvergenceTolerance( 0.05 );<BR>&nbsp; 
optimizer-&gt;SetLineSearchAccuracy( 0.9 );<BR>&nbsp; 
optimizer-&gt;SetDefaultStepLength( 1.5 );<BR>&nbsp; 
optimizer-&gt;TraceOn();<BR>&nbsp; 
optimizer-&gt;SetMaximumNumberOfFunctionEvaluations( 1000 );<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>the output is :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>F = -0.376733, GNORM = 
0.00103313<BR>*************************************************<BR>&nbsp;&nbsp; 
I&nbsp;&nbsp; NFN&nbsp;&nbsp;&nbsp; 
FUNC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
GNORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STEPLENGTH<BR>&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-0.388&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.001&nbsp;&nbsp;&nbsp; 
4839.674<BR>&nbsp;THE MINIMIZATION TERMINATED WITHOUT DETECTING 
ERRORS.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the steplength is so large, so I do not know if the 
result is correct.</FONT></DIV></BODY></HTML>