<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">One possible reason for lousy result are duplicate points. Can you replace all this duplication with one more good point (so you have 5)?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 4:57 PM, Matias Montroull <span dir="ltr"><<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes, here it goes..<div><br></div><div>you will notice there are points that I had to repeat, the original dataset was 4 points on each file and I was getting warnings: <span style="color:rgb(38,38,38);font-family:'Helvetica Neue',arial,sans-serif;font-size:13px;line-height:16px"><i> Number of unknowns(12) greater than number of data (4)</i></span></div><div><br></div><div>"puntosfijos.txt" is the fixed pointsets</div><div>"puntosflotantes.txt" is the moving pointset..</div><div><br></div><div>Thanks for your help.</div><div><br></div><div>Matias.</div><div><div class="h5"><br><div class="gmail_quote"><div dir="ltr">El mié., 11 de nov. de 2015 a la(s) 6:43 p. m., Matt McCormick <<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matias,<br>
<br>
Can the datasets be shared?<br>
<br>
Thanks,<br>
Matt<br>
<br>
On Wed, Nov 11, 2015 at 4:38 PM, Matias Montroull <<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>> wrote:<br>
> Thanks.<br>
><br>
> Here's another question, it seems I need 12 points to perform the<br>
> registration and obtain the matrix, now, the results I'm getting are not<br>
> very good. We have the algorithm programmed manually (not using ITK) and<br>
> when we compare the results are different (way too different).<br>
> I just pulled the example and modified to 3 dimensions and changed the<br>
> translationtransform to an affine transform. Is there an example using<br>
> Affine that I can check? I'm thinking is not just changing the transform,<br>
> there may be other variables I need to tweak..<br>
> Matias.<br>
><br>
> El mié., 11 de nov. de 2015 a la(s) 5:51 p. m., Dženan Zukić<br>
> <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>> escribió:<br>
>><br>
>> Nowhere, which means it's the >> operator's standard white-space<br>
>> separators (spaces, tabs, newlines).<br>
>><br>
>> On Wed, Nov 11, 2015 at 3:03 PM, Matias Montroull <<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> by the way, where in the code is the space separator specified?<br>
>>><br>
>>> El mié., 11 de nov. de 2015 a la(s) 5:02 p. m., Matias Montroull<br>
>>> <<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>> escribió:<br>
>>>><br>
>>>> that worked! Thanks for the advise, I was under the impression that<br>
>>>> points needed to be separated by ";"<br>
>>>> Thanks again<br>
>>>><br>
>>>> El mié., 11 de nov. de 2015 a la(s) 5:00 p. m., Dženan Zukić<br>
>>>> <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>> escribió:<br>
>>>>><br>
>>>>> By looking at the code, the numbers should be separated by space, not<br>
>>>>> semicolon. Can you try that?<br>
>>>>><br>
>>>>> HTH<br>
>>>>><br>
>>>>> On Wed, Nov 11, 2015 at 2:51 PM, Matias Montroull <<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>><br>
>>>>> wrote:<br>
>>>>>><br>
>>>>>> Hi Dženan, thanks for the suggestion, I tried that example and I think<br>
>>>>>> I'm missign something as my disk drive became crazy.<br>
>>>>>> I basically created 2 txt files with a set of 4 points each in this<br>
>>>>>> format:<br>
>>>>>> -0.585938;92.406328;38.200<br>
>>>>>> 44.7654;52.73442;61.000<br>
>>>>>> -53.5;49.218792;68.200<br>
>>>>>> -1.757814;81.445382;70.600<br>
>>>>>><br>
>>>>>> second file has the same format but different numbers of course.<br>
>>>>>><br>
>>>>>> Is there anything wrong with how I entered the point sets in both<br>
>>>>>> files?<br>
>>>>>><br>
>>>>>> As you can see it is 3 points per line separated by this character ";"<br>
>>>>>><br>
>>>>>> Thanks,<br>
>>>>>><br>
>>>>>> Matias.<br>
>>>>>><br>
>>>>>><br>
>>>>>> El mar., 10 de nov. de 2015 a la(s) 6:16 p. m., Dženan Zukić<br>
>>>>>> <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>> escribió:<br>
>>>>>>><br>
>>>>>>> Have you seen these two examples:<br>
>>>>>>><br>
>>>>>>> <a href="http://www.itk.org/Doxygen/html/Examples_2RegistrationITKv3_2IterativeClosestPoint3_8cxx-example.html" rel="noreferrer" target="_blank">http://www.itk.org/Doxygen/html/Examples_2RegistrationITKv3_2IterativeClosestPoint3_8cxx-example.html</a><br>
>>>>>>><br>
>>>>>>> <a href="http://www.itk.org/Doxygen/html/Examples_2RegistrationITKv4_2IterativeClosestPoint3_8cxx-example.html" rel="noreferrer" target="_blank">http://www.itk.org/Doxygen/html/Examples_2RegistrationITKv4_2IterativeClosestPoint3_8cxx-example.html</a><br>
>>>>>>><br>
>>>>>>> HTH<br>
>>>>>>><br>
>>>>>>> On Tue, Nov 10, 2015 at 3:18 PM, Matias Montroull<br>
>>>>>>> <<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>> wrote:<br>
>>>>>>>><br>
>>>>>>>> Hi,<br>
>>>>>>>><br>
>>>>>>>> I have 2 sets of points (one is points on an image and another one<br>
>>>>>>>> is points on a NDI tracker) and I need to obtain the transformation matrix.<br>
>>>>>>>> What would be the best method? I'm currently using a Solver but I'd like to<br>
>>>>>>>> implement this using ITK and better if it is SimpleITK.<br>
>>>>>>>><br>
>>>>>>>> Thank you!<br>
>>>>>>>><br>
>>>>>>>> Matias.<br>
>>>>>>>> --<br>
>>>>>>>> Matias<br>
>>>>>>>><br>
>>>>>>>> _____________________________________<br>
>>>>>>>> Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
>>>>>>>><br>
>>>>>>>> Please keep messages on-topic and check the ITK FAQ at:<br>
>>>>>>>> <a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
>>>>>>>><br>
>>>>>>>> Follow this link to subscribe/unsubscribe:<br>
>>>>>>>> <a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>> --<br>
>>>>>> Matias<br>
>>>>><br>
>>>>><br>
>>>> --<br>
>>>> Matias<br>
>>><br>
>>> --<br>
>>> Matias<br>
>><br>
>><br>
> --<br>
> Matias<br>
><br>
> _____________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
><br>
</blockquote></div></div></div></div><span class="HOEnZb"><font color="#888888"><div dir="ltr">-- <br></div><div dir="ltr">Matias</div>
</font></span></blockquote></div><br></div>