<br>Hi Qing,<br><br>If you have a good guess of the values of the parameters<br>you should feed this information in the initialization of the<br>transform.<br><br>Please look at the ITK Software Guide<br><br>&nbsp;&nbsp;&nbsp; <a href="http://www.itk.org/ItkSoftwareGuide.pdf">
http://www.itk.org/ItkSoftwareGuide.pdf</a><br><br>for a description of the parameters for this transform.<br><br>There are only a couple of optimizers in ITK that will<br>consider constrains on the range of the parameters.
<br><br>You may want to look at:<br><a href="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1LBFGSBOptimizer.html">http://public.kitware.com/Insight/Doxygen/html/classitk_1_1LBFGSBOptimizer.html</a><br><br><br>
Note that you could also use a Command/Observer to control the <br>optimizer and redirect it when it is getting out of a predefined range.<br>That will be specific code, different for every optimizer.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Regards,
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>---------------------------------------------------------------------<br><div><span class="gmail_quote">On 6/22/07, <b class="gmail_sendername">qing xu</b> &lt;<a href="mailto:qingxu8@hotmail.com">
qingxu8@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I am using VersorRigid3DTransformOptimizer. Could anyone tell me how to
<br>constrain the registration parameters?&nbsp;&nbsp;I have already known the approximate<br>range of the parameters, so I want to use this information to align two<br>volumes. Thanks in advance.<br><br>Qing<br><br>_________________________________________________________________
<br>PC Magazine's 2007 editors' choice for best Web mail—award-winning Windows<br>Live Hotmail.<br><a href="http://imagine-windowslive.com/hotmail/?locale=en-us&amp;ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507">http://imagine-windowslive.com/hotmail/?locale=en-us&amp;ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507
</a><br><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">
http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote></div><br>