<br>Hi John,<br><br>You are right, the current optimization framework <br>focuses on manipulating the Transform parameters<br>without modifying the Model parameters.<br><br><br>One way to go about it, is for you to create a new<br>
type of Transform: T2 that is aware of both the<br>Transform and the Model.<br><br><br>               T2 = { T1, Model }<br><br><br>and to make the parameters of T2 to be a concatenation<br>of the T1 parameters and the Model parameters.<br>
<br><br>Then use T2 as the transform of the registration.<br><br><br>You are strongly encouraged to contribute the T2<br>transform to the Insight Journal, in order to share<br>it with other ITK users.<br><br><br>Please let us know if you run into any difficulties<br>
while implementing T2.<br><br><br>      Regards,<br><br><br>            Luis<br><div class="gmail_quote"><br><br><br>------------------------------------------------------------------------<br>On Fri, Apr 23, 2010 at 12:08 PM, John Galeotti <span dir="ltr">&lt;<a href="mailto:jgaleotti@cmu.edu">jgaleotti@cmu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
I am interested in registering a group of ellipse spatial objects with roughly ellipsoidal structures in x-ray images.  However, the software guide does not seem to provide a registration example in which the model parameters are adjusted by the optimizer.<br>

<br>
So, how do I go about splitting the optimization parameters between the transform and the model?<br>
<br>
Thank you,<br>
John Galeotti<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>