<!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.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>Hi,</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>I want to register two 3D CT datasets, which came from one 
patient and were scanned at different time.</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>the size of the two datasets both are: 512*512*32,&nbsp; 
spacing: 1.36*1.36*5.0</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>The metric I use is: 
MattesMutualInformationImageToImageMetric,</FONT></DIV>
<DIV><FONT face=Arial>The Transform is: VersorRigid3D</FONT></DIV>
<DIV><FONT face=Arial>The Optimizor: 
VersorRigid3DTransformOptimizer</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>the paramaters are:</FONT></DIV>
<DIV><FONT face=Arial>METRIC:</FONT></DIV>
<DIV><FONT face=Arial>&nbsp; metric-&gt;SetNumberOfHistogramBins( 20 
);<BR>&nbsp; metric-&gt;SetNumberOfSpatialSamples( 512*512*32 / 
100);</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>OPTIMIZER</FONT></DIV>
<DIV><FONT face=Arial>&nbsp; optimizerScales[0] = 1.0;<BR>&nbsp; 
optimizerScales[1] = 1.0;<BR>&nbsp; optimizerScales[2] = 1.0;<BR>&nbsp; 
optimizerScales[3] = 1/100000;<BR>&nbsp; optimizerScales[4] = 
1/100000;<BR>&nbsp; optimizerScales[5] = 1/100000;</FONT></DIV>
<DIV><FONT face=Arial>&nbsp; optimizer-&gt;SetScales( optimizerScales 
);</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>&nbsp; optimizer-&gt;SetMaximumStepLength( 0.2000&nbsp; ); 
<BR>&nbsp; optimizer-&gt;SetMinimumStepLength( 0.0001 );</FONT></DIV>
<DIV><FONT face=Arial>&nbsp; optimizer-&gt;SetNumberOfIterations( 200 
);<BR></FONT></DIV>
<DIV><FONT face=Arial>However, the result is not good. I do not intend to use 
the MeanSquaresImageToImageMetric due to its slowness. The reason may be the 
incorrect paramters. Could anybody tell me how to set the&nbsp; correct 
parameters?</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Best regards</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV><FONT size=2>
<DIV><BR><FONT face=Arial size=3></FONT></DIV>
<DIV><BR>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>