Uses of Class
Facemorph.psychomorph.ImageZoomPanel

Packages that use ImageZoomPanel
Facemorph.aam   
Facemorph.DataBase   
Facemorph.oesf   
Facemorph.psychomorph   
Facemorph.psychomorph.batchable   
Facemorph.psychomorph.pca   
 

Uses of ImageZoomPanel in Facemorph.aam
 

Methods in Facemorph.aam with parameters of type ImageZoomPanel
 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 ImageZoomPanel in Facemorph.DataBase
 

Methods in Facemorph.DataBase with parameters of type ImageZoomPanel
 void DataSetPanel.setImageZoomPanel(ImageZoomPanel i)
          Set an image zoom panel associated with this Panel, in order to display selected images.
 

Uses of ImageZoomPanel in Facemorph.oesf
 

Methods in Facemorph.oesf with parameters of type ImageZoomPanel
 Template ORASM.delineate(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, double[] fit, ImageZoomPanel izp)
          Delineate using this ORASM using an exhaustive local search ELS based method
 Template ORASM.delineate(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate using this ORASM using an exhaustive local search ELS based method
 Template3D ORASM3D.delineate(java.awt.image.BufferedImage bimg, Template template, ImageZoomPanel izp, boolean combine, boolean weighted, int iterations)
          Delineate an image using this 3D ORASM model
 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
 Template ORASM.delineateCQF(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp)
          Delineate using this ORASM using an convex quadratic fitting (CQF) based method
 Template ORASM.delineateCQF(java.awt.image.BufferedImage bimg, HaarReader haar, Template template, ImageZoomPanel izp, int iterations, boolean tuning)
          Delineate using this ORASM using an convex quadratic fitting (CQF) based method
 

Uses of ImageZoomPanel in Facemorph.psychomorph
 

Fields in Facemorph.psychomorph declared as ImageZoomPanel
protected  ImageZoomPanel FloatImageControl.izp
          Panel to display the image on
protected  ImageZoomPanel RectangleForm.izp
           
 

Methods in Facemorph.psychomorph that return ImageZoomPanel
 ImageZoomPanel DelineatorForm.getIZP()
          Get the ImageZoomPanel
 ImageZoomPanel PsychoMorphForm.getLeftImagePanel()
          Get the left image panel
 ImageZoomPanel PsychoMorphForm.getRightImagePanel()
          Get the right image panel
 

Methods in Facemorph.psychomorph with parameters of type ImageZoomPanel
static void DelineatorForm.batchProcess(Batchable batchable, java.lang.String append, java.awt.Component parent, javax.swing.JFileChooser jFileChooser1, java.io.File f, ImageZoomPanel izp)
          Batch processing method
static void DelineatorForm.batchProcess(Batchable batchable, java.lang.String append, java.awt.Component parent, javax.swing.JFileChooser jFileChooser1, ImageZoomPanel izp)
          Batch processing method
 void DelineatorForm.flip(ImageZoomPanel izp, int[] plist)
          Flip an image horizontally with optional mirroring of the template
 boolean Average.process(ImageZoomPanel izp, boolean single)
           
 boolean Batchable.process(ImageZoomPanel izp, boolean single)
          The process method is called for each image in the list, or for the current image in single mode
 void DelineatorForm.setImageZoomPanel(ImageZoomPanel izp)
          Sets the image-zoom-panel TODO: this is dangerous, need some method of reverting
 void FloatImageControl.setImageZoomPanel(ImageZoomPanel i)
           
 void RectangleForm.setImageZoomPanel(ImageZoomPanel izp)
          public void setPanel(JPanel panel) { this.panel = panel; }
static boolean DelineatorForm.writeImage(ImageZoomPanel izp, java.io.File f, java.awt.Component parent, Template tem, boolean autoSaveTem)
          Write an image to file
 

Constructors in Facemorph.psychomorph with parameters of type ImageZoomPanel
BatchProcess(Batchable batchable, java.lang.String append, java.awt.Component parent, javax.swing.JFileChooser jFileChooser1, java.io.File f, ImageZoomPanel izp)
          Create a batch processing thread
FloatImageControl(ImageZoomPanel i, FloatImage im)
           
FloatImageControl(ImageZoomPanel i, Pyramid p)
           
RectangleForm(ImageZoomPanel izp)
           
 

Uses of ImageZoomPanel in Facemorph.psychomorph.batchable
 

Methods in Facemorph.psychomorph.batchable with parameters of type ImageZoomPanel
 boolean BatchCategoriseImage.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchChimericTransform.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchColourCalibrate.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchCorrectMouth.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchCorrectTemplate.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchExtraPoints.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchMRFTransform.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchSymmetrise.process(ImageZoomPanel izp, boolean single)
           
 boolean BatchVectorise.process(ImageZoomPanel izp, boolean single)
           
 

Uses of ImageZoomPanel in Facemorph.psychomorph.pca
 

Methods in Facemorph.psychomorph.pca with parameters of type ImageZoomPanel
 boolean ImagePCA.process(ImageZoomPanel izp, boolean single)
           
 boolean ImagePCAAnalyse.process(ImageZoomPanel izp, boolean single)
           
 boolean ShapePCAAnalyse.process(ImageZoomPanel izp, boolean single)