Uses of Class
Facemorph.ASM

Packages that use ASM
Facemorph   
Facemorph.aam   
Facemorph.psychomorph   
Facemorph.psychomorph.pca   
 

Uses of ASM in Facemorph
 

Methods in Facemorph that return ASM
 ASM ASM.getReduced(int comps)
          Gets a version of this ASM scaled down by 50% in size
 

Uses of ASM in Facemorph.aam
 

Constructors in Facemorph.aam with parameters of type ASM
AAM(MaskInterface mask, ASM asm, PCI pci, int type, int warpType)
          Creates a new instance of AAM
AAMTracker(Template template, MaskInterface mask, ASM asm, PCI pci, java.lang.String fileRoot, java.lang.String url)
          Creates a new instance of AAMTracker
GLAAM(MaskInterface mask, ASM asm, PCI pci, int type)
          Creates a new instance of AAM
GLAAM(MaskInterface mask, ASM asm, PCI pci, int type, javax.media.opengl.GLAutoDrawable canv)
          Creates a new instance of AAM
MultiscaleAAM(MaskInterface mask, ASM asm, PCI pci, int type, int warpType)
          Creates a new instance of MultiscaleAAM
MultiscaleOpenGLAAM(MaskInterface mask, ASM asm, PCI pci, int type)
          Creates a new instance of MultiscaleAAM
MultiscaleOpenGLAAM(MaskInterface mask, ASM asm, PCI pci, int type, javax.media.opengl.GLAutoDrawable canvas)
          Creates a new instance of MultiscaleAAM
 

Uses of ASM in Facemorph.psychomorph
 

Methods in Facemorph.psychomorph that return ASM
 ASM DelineatorForm.getASM()
           
 

Uses of ASM in Facemorph.psychomorph.pca
 

Constructors in Facemorph.psychomorph.pca with parameters of type ASM
ShapePCAAnalyse(ASM asm, java.io.File outputFile)