<br>Hi Christian,<br><br>You could plot the values of the metric with respect to the parameters<br>of a BSpline Transform.... but... the challenge is that a BSpline transform<br>typically has hundreds of parameters.<br><br>
For example a 10x10 grid in a a 2 image will have 200 parameters....<br><br>Therefore you will have a cost function that should be plotted <br>in 200-dimensional space...<br><br>The example in the Software Guide is for a 2D Translation transform,<br>
that conveniently only have two parameters, and therefore can be easily<br>plotted as a 2D surface in a 3D space.<br><br><br>You could take selected pairs of parameters out of the N from your<br>BSpline transform, and plot the metric for only that pair....<br>
<br>It may still be interesting, since it could show you how the modification<br>of a particular node in the grid will affect the overall value of the Metric.<br><br><br><br>      Regards<br><br><br>             Luis<br><br>
<br>-----------------------------------------------<br><div class="gmail_quote">On Fri, Jul 24, 2009 at 8:35 AM, c23562 <span dir="ltr">&lt;<a href="mailto:c.popko@gmx.de">c.popko@gmx.de</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;">
<br>
Hi all,<br>
<br>
<br>
In ItkSoftwareGuide (page 418) is an example for plotting Mean Squares<br>
Metric. I would like to plot the metric values of Mattes Mutual Information.<br>
But the transform is not a translation but a BSplineTransform. Is it<br>
possible too? With the plot i hope to find better parameters for<br>
regularStepGradientDescentOptimizer.<br>
<br>
<br>
Best regards,<br>
Christian.<br>
--<br>
View this message in context: <a href="http://www.nabble.com/Plotting-values-of-Mutual-Information-Metric%2C-BSplineTransform-tp24643762p24643762.html" target="_blank">http://www.nabble.com/Plotting-values-of-Mutual-Information-Metric%2C-BSplineTransform-tp24643762p24643762.html</a><br>

Sent from the ITK - Users mailing list archive at Nabble.com.<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>
Please keep messages on-topic and check the ITK FAQ at: <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>