% update of the four parameters of the 2D similarity transformation Wolfgang Förstner wfoerstn@uni-bonn.de
0001 %% update of the four parameters of the 2D similarity transformation 0002 % 0003 % Wolfgang Förstner 0004 % wfoerstn@uni-bonn.de 0005 0006 function x = ux_similarity_2D(xa,dx) 0007 % here it is simple 0008 0009 x = xa+dx; 0010 0011 0012