[Insight-users] I hope to implement a MI-TPS registration - //TODO GetJacobian?

±èżº ±èżº" <tsangel at hitel.net
Sat, 13 Mar 2004 20:36:50 +0900


<body style=font-size:10pt>
Hi all,<br>
<br>
 <br>
<br>
I tried to implement a 2D registration program using thinplatespline kernel transform.<br>
<br>
But, a program assembled with the TPS kernel function, mutual image to image metric function and optimizer does not work.<br>
<br>
And, I seek source code, and I found the code as below in itkKernelTransform.txx<br>
<br>
 <br>
<br>
-----------------------------------------------------------<br>
<br>
template <class TScalarType, unsigned int NDimensions><br>
<br>
const typename KernelTransform<TScalarType,NDimensions>::JacobianType &<br>
<br>
KernelTransform< TScalarType,NDimensions>::<br>
<br>
GetJacobian( const InputPointType & ) const<br>
<br>
{<br>
<br>
  m_Jacobian.Fill( 0.0 );<br>
<br>
 <br>
<br>
  // TODO<br>
<br>
  // The Jacobian should be computable in terms of the matrices<br>
<br>
  // used to Transform points...<br>
<br>
 <br>
<br>
  return m_Jacobian;<br>
<br>
}<br>
<br>
-----------------------------------------------------------<br>
<br>
:-(<br>
<br>
Does it mean I cannot write a program with MI-TPS registration program before implementing GetJacobian code with current ITK library?<br>
<br>
Or¡¦ Is there anyone who implements MI-TPS registration using ITK library?<br>
<br>
 <br>
<br>
I¡¯ll very appreciate any help!!<br>
<br>
 <br>
<br>
Thanks and Regards,<br>
<br>
Kim Taesung.<br>
<br><br><br><br>
<img src='http://sni05.hitel.net/put_ack.php?fromid=tsangel&subject=I+hope+to+implement+a+MI-TPS+registration+-+%2F%2FTODO+GetJacobian%3F&from=%B1%E8%C5%C2%BC%BA&to=insight-users at itk.org&date=200403132036&domain=hitel.net' width=1 border=0 height=1>

</body>