Uses of Class
Facemorph.PowellException

Packages that use PowellException
Facemorph   
Facemorph.aam   
Facemorph.mdl   
Facemorph.oesf   
 

Uses of PowellException in Facemorph
 

Methods in Facemorph that throw PowellException
 void Powell.linmin(double[] p, double[] xi, int n, double[] fret)
          Given an n-dimensional point p[1..n] and an n-dimensional direction xi[1..n], moves and resets p to where the function func(p) takes on a minimum along the direction xi from p, and replaces xi by the actual vector displacement that p was moved.
 void Powell.powell(double[] p, double[][] xi, int n, double ftol, int[] iter, double[] fret, int maxits)
          Minimization of a function func of n variables.
 double Powell.powell(double[] p, double ftol, int[] iter, int maxits)
          Minimization of a function func of n variables.
 

Uses of PowellException in Facemorph.aam
 

Methods in Facemorph.aam that throw PowellException
 Template CLM.delineate(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate am image using this CLM
 Template CLMLR.delineate(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate am image using this CLMLR and the convex quadratic fitting method (CQF)
 Template CLMSVM.delineate(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate am image using this CLMSVM using the convex quadratic fitting (CQF) method
 Template CLMLR.delineateELS(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate am image using this CLMLR using the exhaustive local search (ELS) method
 

Uses of PowellException in Facemorph.mdl
 

Methods in Facemorph.mdl that throw PowellException
static void GLGroupwiseImageRegistration.main(java.lang.String[] args)
          Main method for testing
 

Uses of PowellException in Facemorph.oesf
 

Methods in Facemorph.oesf that throw PowellException
 Template ORASM.delineateCLM(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate using this ORASM using an constrain local model (CLM) style search