Uses of Class
javamorph.CTriangle

Uses of CTriangle in javamorph
 

Fields in javamorph with type parameters of type CTriangle
static Vector<CTriangle> CConfig.left_triangles
          Triangulation of the left picture.
static Vector<CTriangle> CConfig.result_triangles
          Current result triangulation.
static Vector<CTriangle> CConfig.right_triangles
          Triangulation of the right picture.
private static HashSet<CTriangle> CTriangulation.triangles
          Result of the process is this triangulation.
 

Methods in javamorph with parameters of type CTriangle
private static void CTriangulation.add(CTriangle temp)
          Add one left & one right triangle.
static CTransform CGeo.getTrafo(CTriangle origin_, CTriangle result)
          Provide reverse transformation matrix from one result triangle to one input picture triangle.