<p>Hello everyone,</p>
<p>I am working on a registration application.<br>I would like to display the **geometrically meaningful** components using the 12 parameters of the affine transform as returned by the registration routine. </p>
<p>That is: from the 12 &quot;raw&quot; parameters returned by the registration algorithm employed, I need to be able to monitor the following quantities: <br>1.translation(3), <br>2.rotation(3), <br>3.scaling(3), <br>4.skew
(?) and <br>5.reflection(3?)</p>
<p>--- Does anyone know of a method based on itk? (it seems that vtk offers only the extraction of 1, 2, 3: GetPosition, GetOrientation, GetScale, all defined in vtkTransform.cxx).</p>
<p>--- Could anyone recommend a good reading on the underlying maths for this extractions? </p>
<div>Thanks in advance,</div>
<div>&nbsp;</div>
<div>Roxana </div>