% sugr_show_Homography_2D(H) show elements of homography Wolfgang Förstner wfoerstn@uni-bonn.de wf 1/2011
0001 %% sugr_show_Homography_2D(H) 0002 % 0003 % show elements of homography 0004 % 0005 % Wolfgang Förstner 0006 % wfoerstn@uni-bonn.de 0007 % 0008 % wf 1/2011 0009 0010 function sugr_show_Homography_2D(H) 0011 0012 [He,~] = sugr_get_Euclidean_Homography_2D(H); 0013 0014 He = He 0015 detH = det(H.H) 0016 isquasiaffine = sugr_get_isquasiaffine_Homography_2D(H) 0017 isaffine = sugr_get_isaffine_Homography_2D(H) 0018 chi = sugr_get_chirality_Homography_2D(H)