<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hello,<br>I've found some problems setting the initial transform in my pointset to pointset registration application.<br>When I looked in the software guide I found 2 different ways to solve this problem.<br>First it was with this method:&nbsp; transform-&gt;SetTranslation(centerMoving - centerFixed) as in the imageregistration5.cxx example, but it doesn't work because 'GetSpacing()','GetOrigin()' and 'GetSize()' are not applicable into pointsets.<br>The other one was using the CenteredTransformInitializer class as in the imageregistration6.cxx example but when I tried to use it with pointsets instead of with fixed and moving images it also didn't work.This is the code:<br><br>typedef itk::CenteredTransformInitializer &lt; TransformType , PointSetType , PointSetType&gt; TransformInitializerType;<br>TransformInitializerType::Pointer initializer = TransformInitializerType::New();<br><br>My questions are:<br>1) Am I missing something and one of this methods should work? How can I do it?<br>2) And if not, is there any other way to initialize the transform?<br><br>Thanks.<br></div><br /><hr />Todo ruedas: información práctica y todo el glamour del mundo del motor. <a href='http://estilo.es.msn.com/' target='_new'>MSN Estilo y Tendencias</a></body>
</html>