Absolute orientation
[Arun et al., PAMI 1987] [Horn et al., JOSA A 1988]
Procrustes Algorithm [Golub & VanLoan]
Given two sets of matching points, compute R
   pi’ = R pi       with 3D rays
     pi = (xi,yi,zi) = (ui-uc,vi-vc,f)
   A = Σi pi piT = Σi pi piT RT = U S VT = (U S UT) RT
   VT = UT RT
   R = V UT