<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Dear all,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have two corresponding 3D point sets and tried to map one domain towards the other using <o:p></o:p></p><p class=MsoNormal>&#8220;itkThinPlateSplineKernelTransform&#8221;. Since I want to allow small landmark localization errors, I set<o:p></o:p></p><p class=MsoNormal>the stiffness parameter &gt; 0. However, the results do not make sense at all (I also have a Matlab<o:p></o:p></p><p class=MsoNormal>implementation where I can compare it with).<o:p></o:p></p><p class=MsoNormal>Having a look at the code I noticed, that the G matrix is computed as r i.e. the Euclidean distance<o:p></o:p></p><p class=MsoNormal>between landmarks. Shouldn&#8217;t that be &#8211;r instead? While for the interpolation case it shouldn&#8217;t <o:p></o:p></p><p class=MsoNormal>matter (since u(x) = A*x + B + I* sum_i=1_N(wi * ri) and if ri is &#8211;ri, the warping coefficients wi <o:p></o:p></p><p class=MsoNormal>become &#8211;wi as well), it does matter for the approximation case.<o:p></o:p></p><p class=MsoNormal>To give it a try, I changed r to &#8211;r and the results are already much better, however still not <o:p></o:p></p><p class=MsoNormal>correct. Finally I tried m_Stiffness = 0 for &#8211;r and I saw that the result is different from the result<o:p></o:p></p><p class=MsoNormal>using r, which shouldn&#8217;t be the case (see above).<o:p></o:p></p><p class=MsoNormal>Could anyone comment on this? Did anyone use the TPS mapping with setting m_Stiffness &gt; 0<o:p></o:p></p><p class=MsoNormal> in the past? I tried to step through &#8220;itkKernelTransform&#8221; but couldn&#8217;t find an error so far. However<o:p></o:p></p><p class=MsoNormal>I also have to admit that I had quite some trouble getting through the code&#8230;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>One further remark: What is in the current implementation is a smoothing TPS rather than a TPS<o:p></o:p></p><p class=MsoNormal>approximation since m_Stiffness has to be specified as being the same for all landmarks. For the<o:p></o:p></p><p class=MsoNormal>approximation case, as demonstrated in the Rohr et al. paper, it should be possible to set <o:p></o:p></p><p class=MsoNormal>m_Stiffness for all landmarks individually.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks in advance.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Greetings,<o:p></o:p></p><p class=MsoNormal>Martin<o:p></o:p></p></div></body></html>