A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AAM - Class in Facemorph.aam
Active Appearance Model Implementation
AAM(MaskInterface, ASM, PCI, int, int) - Constructor for class Facemorph.aam.AAM
Creates a new instance of AAM
AAMTracker - Class in Facemorph.aam
Offline tracking using AAM
AAMTracker(Template, MaskInterface, ASM, PCI, String, String) - Constructor for class Facemorph.aam.AAMTracker
Creates a new instance of AAMTracker
abs() - Method in class Facemorph.FloatImage
Set the image to the absolute value of the image samples
actionPerformed(ActionEvent) - Method in class Facemorph.AveragerApplet
This method is called when the "Save to Browser" button is clicked.
actionPerformed(ActionEvent) - Method in class Facemorph.DataBase.ExcelAdapter
This method is activated on the Keystrokes we are listening to in this implementation.
actionPerformed(ActionEvent) - Method in class Facemorph.haar.HaarDemoApplet
 
actionPerformed(ActionEvent) - Method in class Facemorph.KnockedUpApplet
This method is called when the "Save to Browser" button is clicked.
adaptAverage(FloatImage) - Method in class Facemorph.FloatImage
Adapts the average to have the same locally smoothed magnitude as varSquared
adaptAverage(Pyramid, boolean) - Method in class Facemorph.Pyramid
Multiplies this by the ratio of magPyr / variance(this)
adaptComplexAverage(Pyramid, Pyramid) - Method in class Facemorph.Pyramid
Treats this as the real part and imag as the imaginary part and converts the values by multiplying by the ratio of complex magnitudes
adaptVariance(Pyramid, boolean) - Method in class Facemorph.Pyramid
Modifies this by multiplying by the ratio of varPyr over variance of this
add(int, int, double) - Method in class Facemorph.BigMat
Set the matrix value (matrix[x][y]=val)
add(BigMat) - Method in class Facemorph.BigMat
Adds mat to this
add(Complex) - Method in class Facemorph.Complex
Add z to this and return the result as a new complex number
add(Stub) - Method in class Facemorph.DataBase.TemparyFiles.TemparyFileHandler
 
add(FloatImage, String) - Method in class Facemorph.DataBase.TemparyFiles.TemparyImageHandler
 
add(FloatImage, float) - Method in class Facemorph.FloatImage
Adds a scaled amount of fimg to this to give this = this + w*fimg
add(FloatImage) - Method in class Facemorph.FloatImage
Adds fimg to this to give this = this + fimg
add(FloatImage, FloatImage) - Method in class Facemorph.FloatImage
Adds two FloatImages, putting the result in this
add(float) - Method in class Facemorph.FloatImage
Adds a constant to each pixel
add(GaborPyramid) - Method in class Facemorph.GaborPyramid
Add cell-wise two pyramids together
add(Comparable) - Method in interface Facemorph.IPQ
add to the queue
add(int, int) - Method in class Facemorph.Mask
Adds a contour or point to this mask
add(int, int) - Method in class Facemorph.mask.VectorMask
Adds a contour or point to this mask
add(PQplusElement) - Method in class Facemorph.multifilter.PQplus
Add an element to the heap
add(Comparable) - Method in class Facemorph.PQ
Adds an element to the PQ
add(DiagonalGaussian) - Method in class Facemorph.psm.DiagonalGMM
 
add(Pyramid, boolean) - Method in class Facemorph.Pyramid
Adds to the value of each subband of this Pyramid with the corresponding subband in the other Pyramid
add(FloatImage, int) - Method in class Facemorph.Pyramid
 
add(double[], double[], double) - Static method in class Facemorph.tensor.AutoRegressor
Add a weighted amount of src to dest
add(Vector3) - Method in class Facemorph.Vector3
 
add_to_average(Pyramid, int) - Method in class Facemorph.Pyramid
Add pyr to this as part of constructing an average
add_to_variance(Pyramid, int) - Method in class Facemorph.Pyramid
Adds pyr to this as part of estimating the average absolute value
add_to_varianceSquared(Pyramid, int) - Method in class Facemorph.Pyramid
Adds pyr to this as part of estimating the variance squared
addAffineBorderPoints(Vector<Point2D.Float>, Vector<Point2D.Float>, int, int, boolean) - Static method in class Facemorph.aam.FBOwarp
Adds affine border points
addAffineBorderPoints(Vector<Point2D.Float>, Vector<Point2D.Float>, int, int, boolean) - Static method in class Facemorph.aam.OpenGLwarp
Adds points to pin down the border
addBlock(String) - Method in class Facemorph.DataBase.iniFile
 
addBorderPoints(Vector<Point2D.Float>, int, int) - Static method in class Facemorph.aam.FBOwarp
Adds a set of points round the border
addBorderPoints(Vector<Point2D.Float>, int, int) - Static method in class Facemorph.aam.OpenGLwarp
Add border points to the point set given
addChild(iniFile.Node) - Method in class Facemorph.DataBase.iniFile.Node
 
addChimeric(Template, float, float, float) - Method in class Facemorph.Template
Adds different amounts to the left and right side the points 0 and 1 are used to define the eyes, and hence the symmetry line
addColumn(String, Batch.Type) - Method in class Facemorph.DataBase.Batch
Add a new data column to the batch file
addConstraint(int, int, int, double, double) - Method in class Facemorph.BSplineQuadTree
Add a constraint to level level of this interpolation tree
addContour(int, int, boolean) - Method in class Facemorph.Template
Creates a new point and a line that starts at this point
addContour(float, float, boolean) - Method in class Facemorph.Template
Creates a new point and a line that starts at this point
addContour(int, boolean) - Method in class Facemorph.Template
Creates a new curve starting at the point specified
addContourPoint(int, int) - Method in class Facemorph.Template
Creates a new point and adds it to the end of the current contour (the most recently created)
addContourPoint(float, float) - Method in class Facemorph.Template
Creates a new point and adds it to the end of the current contour (the most recently created)
addContourPoint(int, float, float) - Method in class Facemorph.Template
Creates a new point and adds it to the end of the current contour (the most recently created)
addContourPoint(int) - Method in class Facemorph.Template
Adds the point specified to the end of the current line
addFilter(Complex[], double[]) - Method in class Facemorph.oesf.FilterSet
Add a flter to the set
addInterceptColumn() - Method in class Facemorph.Stats.NumericRegressor
 
addMatrix(BigMat, Vector<String>, int[], boolean) - Method in class Facemorph.DataBase.Batch
 
addMatrix(BigMat, int[], int[]) - Method in class Facemorph.DataBase.Batch
 
addMenu(JMenu) - Method in class Facemorph.psychomorph.DelineatorForm
 
addMenu(JMenu) - Method in class Facemorph.psychomorph.PsychoMorphForm
 
AddMenuTest - Class in Facemorph.psychomorph.batchable
 
AddMenuTest() - Constructor for class Facemorph.psychomorph.batchable.AddMenuTest
 
addMouseMotionListener(MouseMotionListener) - Method in class Facemorph.glmorph.HardwareTransform
 
addMouseMotionListener(MouseMotionListener) - Method in class Facemorph.glmorph.HardwareTransformNoAccum
 
addNotify() - Method in class Facemorph.haar.HaarTracker
 
addObjectType(ObjectFactory.FactoryMeme) - Static method in class Facemorph.DataBase.ObjectFactory
Adds a new type to the factory system
addPlugin(File) - Method in class Facemorph.psychomorph.DelineatorForm
 
addPoint(float, float) - Method in class Facemorph.Template
Adds a point to the Template
addPoint(int, int) - Method in class Facemorph.Template
Adds a point to the Template
addPoint(int, Vector) - Method in class Facemorph.template.Contour
Adds a point to this contour
addPointInLine(int, Vector) - Method in class Facemorph.template.Contour
Adds a point to this contour
addRecord(String, String) - Method in class Facemorph.DataBase.Batch
Add a record to the end of the Batch
addRecord(Vector<Object>) - Method in class Facemorph.DataBase.Batch
Add a row of variables as a record to th variable lable (assumed ordered)
addRecord(String, int, String, int) - Method in class Facemorph.DataBase.Batch
Add a record to the end of the Batch
addRect(int, int, int, int, double) - Method in interface Facemorph.haar.CascadeListener
Add the given rectangle (for drawing)
addRect(int, int, int, int, double) - Method in class Facemorph.haar.HaarDemo
 
addRect(int, int, int, int, double) - Method in class Facemorph.haar.HaarDemoApplet
 
addRowAverages(Tensor, int, int) - Method in class Facemorph.tensor.Tensor
Add row average
addRowAveragesInPlace(Tensor, int) - Method in class Facemorph.tensor.Tensor
Add the row average for each row to each element along that row
addSample(int, Point2D.Float) - Method in class Facemorph.psm.DiagonalEMFeature
 
addSample(int, Point2D.Float) - Method in class Facemorph.psm.DiagonalGaussianFeature
 
addSample(int, Point2D.Float) - Method in class Facemorph.psm.DiagonalGMMFeature
 
addSample(int, Point2D.Float) - Method in class Facemorph.psm.EMFeature
 
addSample(int, Point2D.Float) - Method in interface Facemorph.psm.Feature
Add a sample when training the patches
addSample(int, Point2D.Float) - Method in class Facemorph.psm.OESFFeature
 
addSample(int, Point2D.Float) - Method in class Facemorph.psm.PatchFeature
Adds a sample point for training, image data taken from currently set image
addTiltedRect(int, int, int, int, double) - Method in interface Facemorph.haar.CascadeListener
Add the given tilted rectangle (for drawing)
addTiltedRect(int, int, int, int, double) - Method in class Facemorph.haar.HaarDemo
 
addTiltedRect(int, int, int, int, double) - Method in class Facemorph.haar.HaarDemoApplet
 
addToAverage(FloatImage, int) - Method in class Facemorph.FloatImage
Adds an image into this average image
addToAverage(GaborPyramid, int) - Method in class Facemorph.GaborPyramid
Useful method for creating the mean
addToAverage(Template, PCA, Template, int, int, BigMat) - Static method in class Facemorph.PCA
Incrementally updates the data matrix and currentAverage by adding the PCA data to them
addToAverage(double[], int) - Method in class Facemorph.PGA
Adds a sample to the average
addToAverage(double[], double[], int) - Static method in class Facemorph.pga.MultiSpherePGA
Adds b to the average as the n-th component
addToAverage(double[], double[], int) - Static method in class Facemorph.pga.SpherePGA
Add an (unfolded) sample to the average
addToAverage(double[], int) - Method in class Facemorph.pga.SpherePGA
Adds a sample to the average
addToAverage(Template, int) - Method in class Facemorph.Template
Adds the n'th template to this average
addToComplexMagnitudeAverage(Pyramid, Pyramid, int) - Method in class Facemorph.Pyramid
Adds real and image to this as part of making an average magnitude
addToEstimate(int, double, double, double, double, boolean) - Method in class Facemorph.BSplineQuadTree
Adds the values u and v to the estimate at point x, y, i.e.
addToLinearEstimate(double, double, double, double) - Method in class Facemorph.BSplineQuadTree
Adds to the linear (affine) constraints
addToVariance(FloatImage, int) - Method in class Facemorph.FloatImage
Adds fimg1 to the average of absolute values
addToVariance(FloatImage, FloatImage, int) - Method in class Facemorph.FloatImage
Adds fimg1 and fimg2 to this complex magnitude average as the real and imaginary parts
addToVarianceSquared(FloatImage, int) - Method in class Facemorph.FloatImage
Add fimg1 to the average of squared images
addURL(URL) - Method in class Facemorph.psychomorph.ClassSelector
Adds the URL to the class path
addVariable(String, BufferedReader, iniFile.Node) - Method in class Facemorph.DataBase.iniFile
 
addVariable(String, String) - Method in class Facemorph.DataBase.iniFile.Node
 
addVariable(String, Object) - Method in class Facemorph.DataBase.iniFile.Node
 
addWavelet(Wavelet) - Method in class Facemorph.AWN
Add the given wavelet to the set of wavelets
addWeighted(GaborPyramid, float) - Method in class Facemorph.GaborPyramid
Add cell-wise two pyramids together
addWeighted(Pyramid, float) - Method in class Facemorph.Pyramid
Adds a weighted amount of pyr to this
addWeighted(Template, Complex) - Method in class Facemorph.Template
this = this + z*t
addWeighted(Template, float) - Method in class Facemorph.Template
this = this + s*t
adjust(FloatImage, FloatImage, FloatImage, FloatImage) - Method in class Facemorph.FloatImage
Replaces xshift(x,y)=xtmp(x,y) and yshift(x,y)=ytmp(x,y at locations where this(x,y)=0
adjust(double[], int, int, double) - Static method in class Facemorph.tensor.Tensor
multiplies elements of params from start to end by amount
adjust(double[], double[], double[]) - Static method in class Facemorph.tensor.Tensor
Subtracts the mean and multiplies by the standard deviation
AESF - Class in Facemorph.oesf
Implementation of Average of Synthetic Exact Filters
AESF() - Constructor for class Facemorph.oesf.AESF
 
affine_x - Variable in class Facemorph.MultiscaleWarp
Stores the affine transform components for the x-coord
affine_y - Variable in class Facemorph.MultiscaleWarp
Stores the affine transform components for the y-coord
affineFit(Template, int[]) - Method in class Facemorph.Template
Performs an affine fit of this to Template tem using the normalisation points specified
affineFit(Point2D.Float, Point2D.Float, Point2D.Float, int, int, int) - Method in class Facemorph.Template
Performs an affine (linear) operation on this Template, specified by 3 points
affineFit2(Point2D.Float, Point2D.Float, Point2D.Float, int, int, int, int) - Method in class Facemorph.Template
Performs an affine fit of this template to the points given, using the midpoint of mouthIndex1 and mouthIndex2 to match to mouth point
all - Static variable in class Facemorph.Stats.Model
 
analyse(FloatImage) - Method in class Facemorph.multifilter.FourierDecompose
Analyse an image using the filter bank
analyse(Complex[]) - Method in class Facemorph.multifilter.FourierDecompose
Analyse the image as a Complex array and return the result as a set of Complex responses
analyse(Template, Template) - Method in class Facemorph.PCA
Analyse a template to find the PCA weights
analyse(Template, Template, int, int[]) - Method in class Facemorph.PCA
Analyse a template to find the PCA weights
analyse(double[]) - Method in class Facemorph.PCA
Finds the PCA components given the point shifts given
analyse(double[], double[]) - Method in class Facemorph.PCA
Finds the PCA components given the point shifts given
analyse(double[], double[], int) - Method in class Facemorph.PCA
Finds the PCA components given the point shifts given
analyse(double[], int) - Method in class Facemorph.PCA
Finds the PCA components given the point shifts given
analyse(FloatImage[]) - Method in class Facemorph.PCI
Analyses the given image to gives the weights of the principal components
analyse(FloatImage[], FloatImage) - Method in class Facemorph.PCI
Analyses the given image to gives the weights of the principal components
analyse(Pyramid) - Method in class Facemorph.PCW
Finds the best weights for the given Pyramid
analyse(double[]) - Method in class Facemorph.pga.MultiSpherePGA
Analyses the vector using PGA
analyse(double[]) - Method in class Facemorph.pga.SpherePGA
Analyse the vector given this model
analyseAppearance(FloatImage[]) - Method in class Facemorph.aam.AAM
reconstructs an image given the component weightings, using avrg instead of the built in average
analyseAppearance(FloatImage[]) - Method in class Facemorph.aam.GLAAM
reconstructs an image given the component weightings, using avrg instead of the built in average
analyseExhaustive(FloatImage) - Method in class Facemorph.multifilter.FourierDecompose
Exhaustive search for best filter components Adds components until sum squared errors is > 30000 or 1000 iterations exceeded
analyseFile(FloatImage[], FloatImage, int) - Static method in class Facemorph.PCI
Analyses the given image to gives the weights of the principal components
analyseLS(FloatImage[], FloatImage) - Method in class Facemorph.PCI
Analyses the given image to gives the weights of the principal components
analyseMasked(Pyramid, FloatImage) - Method in class Facemorph.PCW
Finds the weights of this Pyramid after masking
analyseMaxWeights(FloatImage[]) - Method in class Facemorph.PCI
Analyses the given image to gives the weights of the principal components
APPEARANCE - Static variable in class Facemorph.aam.AAM
Specifies the algorithm with the pre-calculated derivatives and Hessian, but in which the appearance is updated each iteration
APPEARANCE - Static variable in class Facemorph.aam.GLAAM
Specifies the algorithm with the pre-calculated derivatives and Hessian, but in which the appearance is updated each iteration
append(double[], double[]) - Static method in class Facemorph.GMM
Method to concatanate two arrays
append(double[], double[]) - Static method in class Facemorph.psm.DiagonalGMM
Method to concatanate two arrays
appendVectors(Vector, Vector) - Static method in class Facemorph.GMM
Method to concatanate each array of v2 onto the corresponding array of v1
appendVectors(Vector, Vector) - Static method in class Facemorph.psm.DiagonalGMM
Method to concatanate each array of v2 onto the corresponding array of v1
apply(BigMat) - Method in class Facemorph.Stats.BinaryLogisticRegression
 
apply(BigMat) - Method in class Facemorph.Stats.DifferenceOfAverages
 
apply(BigMat) - Method in class Facemorph.Stats.ICA
 
apply(BigMat) - Method in class Facemorph.Stats.ImagePLS
 
apply(BigMat) - Method in class Facemorph.Stats.ImageRegressor
 
apply(BigMat) - Method in class Facemorph.Stats.NumericRegressor
 
apply(BigMat) - Method in class Facemorph.Stats.OvercompleteSPLS
 
apply(BigMat) - Method in class Facemorph.Stats.PCAReducer
 
apply(BigMat) - Method in class Facemorph.Stats.PLSReducer
 
apply(BigMat) - Method in interface Facemorph.Stats.StatisticalModel
Apply the statistical model on the input data supplied in Matrix form
AR_BEST - Static variable in class Facemorph.tensor.AutoRegressor
Best AR
AR_MEAN - Static variable in class Facemorph.tensor.AutoRegressor
Mean AR
AR_ZERO - Static variable in class Facemorph.tensor.AutoRegressor
Zero mean AR
ASM - Class in Facemorph
AN Active Shape Model (ASM) contains the average shape, image and shape eigenvalues
ASM() - Constructor for class Facemorph.ASM
Creates a new instance of ASM
ASM(Template, PCA, Image, int, int[]) - Constructor for class Facemorph.ASM
Creates a new instance of an ASM using the data specified
autoDelineate(Image, Point[]) - Method in class Facemorph.AveragerApplet
Method to autodelineate a new image, using 3 points specified by the user.
autoDelineate(Image, Point[]) - Method in class Facemorph.glmorph.JMorphApplet
Method to autodelineate a new image, using 3 points specified by the user.
autoDelineate(Image, Point[]) - Method in class Facemorph.KnockedUpApplet
Method to autodelineate a new image, using 3 points specified by the user.
autoDelineate(Image, Image, Template, Point2D.Float, Point2D.Float, Point2D.Float, int, int, int, ImageObserver, PCA) - Static method in class Facemorph.Template
Automatically delineates the image given returning a Template outlining the facial features
AutoRegressor - Class in Facemorph.tensor
Class to implement auto regression
AutoRegressor() - Constructor for class Facemorph.tensor.AutoRegressor
 
AutoRegressor(LinkedList<LinkedList<double[]>>, int, int) - Constructor for class Facemorph.tensor.AutoRegressor
Method to calculate the regression coefficients
autoSize(int, int) - Method in class Facemorph.Template
Resize the template to fit in an image of width by height with a small border
average(ArrayList<Face>) - Static method in class Facemorph.haar.HaarCascade
Finds the average of a groupd of object boxes
Average - Class in Facemorph.psychomorph
Batchable for making averages
Average(PsychoMorphForm, File, boolean) - Constructor for class Facemorph.psychomorph.Average
Constructor for averages
Average(PsychoMorphForm, File, boolean, Template, boolean) - Constructor for class Facemorph.psychomorph.Average
Constructor for averages
average(Template[], boolean) - Method in class Facemorph.Template
Calculates the average of the Templates
average(Template[]) - Method in class Facemorph.Template
Constructs the average of the array of templates given
average(ArrayList<Template>, boolean) - Method in class Facemorph.Template
Constructs the average of the array of templates given
average(ArrayList<Template>, int, int[]) - Method in class Facemorph.Template
Constructs the average of the array of templates given
averageComplexMagnitude(int, int) - Method in class Facemorph.GaborPyramid
Finds the average complex magnitude in a particular subband
averageImage - Variable in class Facemorph.Stats.ImagePLS
Store the average of the input images for ZScoring
averageImageFile - Variable in class Facemorph.Stats.Model.ImageSetDescription
The image file containing the averaged image.
averageImages(Image[], Template[], Template, int, int, ImageObserver, boolean, int) - Static method in class Facemorph.Transformer
Average a set of images
averageImages(Image[], Template[], Template, int, int, ImageObserver, boolean, int, TransformerListener, TransformerListener) - Static method in class Facemorph.Transformer
Method to create an average from a set of delineated images.
averageImages(Image[], Template[], Template, int, int, ImageObserver, boolean) - Static method in class Facemorph.Transformer_1
Method to create an average from a set of delineated images.
averageImagesTexture(Image[], Template[], Template, int, int, Filter[], int, ImageObserver, boolean, int) - Static method in class Facemorph.Transformer
Method to create an average from a set of delineated images.
averageImagesTexture(Image[], Template[], Template, int, int, Filter[], int, ImageObserver, boolean, int, TransformerListener, TransformerListener) - Static method in class Facemorph.Transformer
Method to create an average from a set of delineated images.
averageImagesTexture(Image[], Template[], Template, int, int, ImageObserver, boolean) - Static method in class Facemorph.Transformer_1
Method to create an average from a set of delineated images.
AveragerApplet - Class in Facemorph
Applet for averaging multiple pre-delineated images, or adding new images and auto-delineating them.
AveragerApplet() - Constructor for class Facemorph.AveragerApplet
 
AveragerPanel - Class in Facemorph
Class for displaying an image (e.g.
AveragerPanel() - Constructor for class Facemorph.AveragerPanel
 
averageSubbandMagnitude(int, int, boolean) - Method in class Facemorph.GaborPyramid
Calculates the average magnitude in the specified subband
averageTemplateFile - Variable in class Facemorph.Stats.Model.ImageSetDescription
The template file containing the averaged template
AWN - Class in Facemorph
Protoype (i.e.
AWN() - Constructor for class Facemorph.AWN
Creates a new instance of AWN

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z