Home > 04-Estimation > GHM > Functions-GHM > ux_similarity_2D.m

ux_similarity_2D

PURPOSE ^

% update of the four parameters of the 2D similarity transformation

SYNOPSIS ^

function x = ux_similarity_2D(xa,dx)

DESCRIPTION ^

% update of the four parameters of the 2D similarity transformation

 Wolfgang Förstner
 wfoerstn@uni-bonn.de

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Sat 21-Jul-2018 20:56:10 by m2html © 2005