<div dir="ltr"><div><div><div><div>Hi Pedro,<br></div>Interesting question, just to make sure it is clear,<br></div>If you want an affine 2D transform, then your matrix will be 3x3 instead of 4x4 isn't it?<br></div>Take a look at the inheritance diagram of the itkTransform class, (doxygen documentation) and on the Affine branch you will find itkCenteredAffineTransformation.<br>
</div><div>I was also looking or a Polar to Cartesian conversion but didn't find anything, there is the Versor Transform, but appearently is rigid.<br></div><div>Hope that helps<br></div></div><div class="gmail_extra">
<br clear="all"><div><div dir="ltr">Nicolás Gallego-Ortiz<br>UniversitĂ© catholique de Louvain, Belgium<br></div></div>
<br><br><div class="gmail_quote">2014-05-21 18:15 GMT+02:00 Pedro Morais <span dir="ltr"><<a href="mailto:pedromorais-17@hotmail.com" target="_blank">pedromorais-17@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Hi all,</span><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">

I'm working in a method for conversion of the polar affine transform to the common 4x4 cartesian affine transform (2D approach).</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">I found an interesting itk solution based on itk::AzimuthElevationToCartesianTransform. Although this method uses spherical coordinates, do you think that could be adapted for a 2D coordinates problem?</div>

<div style="font-family:arial,sans-serif;font-size:13.333333969116211px">At the same time, do you have any idea about some itk method useful for this task?</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">

<br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Thanks for the help.</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">

Regards,</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Pedro</div><div><br></div></div>
<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>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" 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" 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>
<br>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div>