Uses of Class
sugr.Homography_3D

Packages that use Homography_3D
sugr This package (SUGR) is a library for Statistically Uncertain Geometric reasoning.  
sugr.example This package contains some simple examples to show the use of SUGR 
 

Uses of Homography_3D in sugr
 

Subclasses of Homography_3D in sugr
 class Affinity_3D
           This class contains constructors to build a Affinity_3D.
 class Motion_3D
          This matrix contains Translation (3 parameters) and Rotation(3 parameters) in 3D just as needed for exterior orientation, for example.
 class Rotation_3D
          class containing rotation(3) constructors.
 class ScaledMotion_3D
          This matrix contains Translation(3) and Rotation(3) and one Scalefactor for all three axis in 3D
 class Translation_3D
          class containing transformation(3) constructors
 

Constructors in sugr with parameters of type Homography_3D
Homography_3D(Homography_3D h1, Homography_3D h2)
          Creates a homography out of two given homographies: H=h1*h2
 

Uses of Homography_3D in sugr.example
 

Methods in sugr.example with parameters of type Homography_3D
 void MyChair.doHomography(Homography_3D H)
          Applies Homography H to all elements (points, lines, planes)