Home > General-Functions > SUGR > Homography_2D > sugr_show_Homography_2D.m

sugr_show_Homography_2D

PURPOSE ^

% sugr_show_Homography_2D(H)

SYNOPSIS ^

function sugr_show_Homography_2D(H)

DESCRIPTION ^

% sugr_show_Homography_2D(H)

 show elements of homography

 Wolfgang Förstner
 wfoerstn@uni-bonn.de

 wf 1/2011

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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)

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