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

F

Face - Class in Facemorph.haar
Essentially a square with a certain scale and location
Face(int, int, double) - Constructor for class Facemorph.haar.Face
Constructs a new pointer to the picture where a face is.
Facemorph - package Facemorph
 
Facemorph.aam - package Facemorph.aam
 
Facemorph.condensation - package Facemorph.condensation
 
Facemorph.glmorph - package Facemorph.glmorph
 
Facemorph.haar - package Facemorph.haar
 
Facemorph.mdl - package Facemorph.mdl
 
Facemorph.multifilter - package Facemorph.multifilter
 
Facemorph.oesf - package Facemorph.oesf
 
Facemorph.pga - package Facemorph.pga
 
Facemorph.psm - package Facemorph.psm
 
Facemorph.psychomorph - package Facemorph.psychomorph
 
Facemorph.psychomorph.batchable - package Facemorph.psychomorph.batchable
 
Facemorph.psychomorph.videomorph - package Facemorph.psychomorph.videomorph
 
Facemorph.tensor - package Facemorph.tensor
 
FaceMorphApp - Class in Facemorph
Face morphing applet.
FaceMorphApp() - Constructor for class Facemorph.FaceMorphApp
 
FaceMorphJApplet - Class in Facemorph
Facemorphing applet written using swing components
FaceMorphJApplet() - Constructor for class Facemorph.FaceMorphJApplet
 
FacemorphTest - Class in <Unnamed>
Test command line program for face transforming
FacemorphTest() - Constructor for class FacemorphTest
 
FacemorphTest_1 - Class in <Unnamed>
Test command line program for face transforming using slightly faster linear warping
FacemorphTest_1() - Constructor for class FacemorphTest_1
 
fail(Exception, String) - Static method in class Facemorph.Server
Exit with an error message when an exception occurs
FBOwarp - Class in Facemorph.aam
Frame buffer object warping
FBOwarp(int, int, BufferedImage, Vector<Point2D.Float>, Vector<Point2D.Float>) - Constructor for class Facemorph.aam.FBOwarp
Constructor for FBOwarp
FBOwarp(int, int, BufferedImage, Vector<Point2D.Float>, Vector<Point2D.Float>, GLAutoDrawable) - Constructor for class Facemorph.aam.FBOwarp
Constructor for FBOwarp
Feature - Class in Facemorph.haar
A set of rectangles
Feature(ArrayList<Rect>, boolean) - Constructor for class Facemorph.haar.Feature
Constructs a set of rectangles
Feature - Interface in Facemorph.psm
A generic PSM feature interface
FeatureFinder - Class in Facemorph.haar
Experimental method for finding features, I suppose
FeatureFinder() - Constructor for class Facemorph.haar.FeatureFinder
 
FFT(float[], int[], int, int) - Static method in class Facemorph.Numerical
Compute the ndim dimensional FFT
fft1d(Complex[], Complex[], int, int, int, int, boolean) - Static method in class Facemorph.Complex
FFT using Danielson-Lancoz lemma to make O(NlogN)
fft1d(Complex[], boolean) - Static method in class Facemorph.Complex
1D FFT
fftNd(Complex[], int[], boolean) - Static method in class Facemorph.Complex
Multidimensional FFT, note input data is destroyed by running this and the answer will end up in data, and is also returned
fillPolygon(Point2D.Float[], float, float) - Method in class Facemorph.FloatImage
Draws a filled polygon on this image with the value v
fillPolygon(Point2D.Float[], float[]) - Method in class Facemorph.FloatImage
Draws a filled polygon on this image with the value v
Filter - Class in Facemorph
A 1D image filter
Filter() - Constructor for class Facemorph.Filter
Constructs an empty filter
Filter(int, float[]) - Constructor for class Facemorph.Filter
Constructs a filter with the coefficeints and midpoint specified, the border model will be set to 1
Filter(int, int, float[]) - Constructor for class Facemorph.Filter
Construct a Filter with the midpoint, coefficients and border model specified
filter(FloatImage, Complex[], int[]) - Static method in class Facemorph.oesf.OESF
Apply a filter to an image
filterComplex(FloatImage, Complex[], int[]) - Static method in class Facemorph.oesf.OESF
Filters a real image with a complex filter
FilterSet - Class in Facemorph.oesf
Represents a set of filters (for a particular viewpoint
FilterSet(String) - Constructor for class Facemorph.oesf.FilterSet
Constructor for a set of filters
FilterSet(int) - Constructor for class Facemorph.oesf.FilterSet
Constructor for a set of filters
FilterSet(ArrayList<Complex[]>, ArrayList<double[]>) - Constructor for class Facemorph.oesf.FilterSet
Constructor for a FilterSet
find(int) - Method in class Facemorph.haar.DisjointSets
find() finds the (int) name of the set containing a given element.
findBestRoot(BigMat, BigMat) - Static method in class Facemorph.psm.PSM
Find the best root of the tree
findBestRoot(BigMat, BigMat) - Static method in class Facemorph.psm.PSMNode
Finds the "best" root of the tree
findFeatures(BufferedImage, String[]) - Method in class Facemorph.haar.FeatureFinder
Find the feature in the image using the cascades named
findMinError(FloatImage[]) - Method in class Facemorph.mdl.SpecificityCombinedTest
 
findMinError(FloatImage[]) - Method in class Facemorph.mdl.SpecificityCombinedTestFile
 
findMinError(FloatImage[]) - Method in class Facemorph.mdl.SpecificityImageTest
 
findMinError(Template) - Method in class Facemorph.mdl.SpecificityTemplateTest
Find the minimum error from the set of Templates
findMinError(T) - Method in interface Facemorph.mdl.SpecificityTest
Find the minimum error from the set of Ts
findPCAFit(float[]) - Method in class Facemorph.PCA
Finds the PCA components given the point shifts given
findThreshold(float[], float) - Static method in class Facemorph.FloatImage
Attempts to find a suitable threshold on data to keep percentage points
finish() - Method in class Facemorph.psychomorph.Average
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchCategoriseImage
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchChimericTransform
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchColourCalibrate
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchCorrectMouth
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchCorrectTemplate
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchExtraPoints
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchMRFTransform
 
finish() - Method in class Facemorph.psychomorph.batchable.BatchSymmetrise
 
finish() - Method in interface Facemorph.psychomorph.Batchable
Performs any processing required at the end of the batch loading,
fitAAM(Image, Template, float, int, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the currently selected method
fitAAM(Image, Template, float, int, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the currently selected method
fitAAM(Image, Template) - Method in class Facemorph.aam.MultiscaleAAM
Fit a multiscale AAM
fitAAM(Image, Template, int, int, int) - Method in class Facemorph.aam.MultiscaleAAM
Fit a multiscale AAM
fitAAM(Image, Template) - Method in class Facemorph.aam.MultiscaleOpenGLAAM
Fit the AAM to an image
fitAAM(Image, Template, int, int, int) - Method in class Facemorph.aam.MultiscaleOpenGLAAM
Fit the AAM to an image
fitAAM(int, Image, Image, Mask, PCA, PCI) - Method in class Facemorph.Template
Fits a Template to this FloatImage using a multiscale method
fitAAMappearance(Image, Template, float, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the APPEARANCE method
fitAAMappearance(Image, Template, float, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the APPEARANCE method
fitAAMappearance(int, Image, Image, Mask, PCA, PCI, float) - Method in class Facemorph.Template
Attempt at fitting an AAM to an image using efficient reverse method, includes colour information
fitAAMbayesian(int, Image, Image, Mask, PCA, PCI, float) - Method in class Facemorph.Template
Attempt at fitting an AAM to an image using efficient reverse method, includes colour information
fitAAMforward(Image, Image, Mask, PCA, PCI, float) - Method in class Facemorph.Template
Attempt at fitting an AAM to an image using inefficient, but more reliable forward method, includes colour information
fitAAMshape(int, FloatImage, FloatImage, Template, Mask, PCA, float) - Method in class Facemorph.Template
First attempt at fitting an AAM to an image, does not include colour information, not recommended to use!
fitAAMSimultaneous(Image, Template, float, int, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the SIMULTANEOUS method
fitAAMSimultaneous(Image, Template, float, int, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the SIMULTANEOUS method
fitAAMspan(Image, Template, float, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the SPAN method
fitAAMspan(Image, Template, float, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the SPAN method
fitAAMspan(int, Image, Image, Mask, PCA, PCI, FloatImage[], float, int) - Method in class Facemorph.Template
Attempt at fitting an AAM to an image using efficient reverse method, colour information is projected out
fitAAMspanLM(int, Image, Image, Mask, PCA, PCI, float, int) - Method in class Facemorph.Template
Attempt at fitting an AAM to an image using efficient reverse method, includes colour information
fitCAAM(Image, Template, float, int, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the CAAM method
fitCAAM(Image, Template, float, int, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the CAAM method
fitCAAMshape(Image, Template, float, int, int) - Method in class Facemorph.aam.AAM
Attempt at fitting an AAM to an image using the CAAMSHAPE method
fitCAAMshape(Image, Template, float, int, int) - Method in class Facemorph.aam.GLAAM
Attempt at fitting an AAM to an image using the CAAMSHAPE method
fitMultilinear(int, Image, Image, Template, Mask, Multilinear, Multilinear, float) - Method in class Facemorph.Template
Attempt at fitting an Multilinear AAM to an image using efficient reverse method, with linear projection model, includes colour information
fitMultilinear(Image, Image, Template, Mask, Multilinear, Multilinear, FloatImage[], float) - Method in class Facemorph.Template
Uses a multilinear fitting model to try a fit a template to the image
fitPCA(Image, Image, Template, Point2D.Float, Point2D.Float, Point2D.Float, int, int, int, ImageObserver, PCA) - Method in class Facemorph.Template
Automatically delineates the image given using this Template to outline the facial features
fitPCA(Image, Image, Template, Point2D.Float, Point2D.Float, int, int, ImageObserver, PCA) - Method in class Facemorph.Template
Automatically delineates the image given using this Template to outline the facial features
fitPCA(FloatImage, FloatImage, Template, PCA, int, int, int) - Method in class Facemorph.Template
Fits a Template to this FloatImage
fitPCAColourSegment(Image, Image, Template, Point2D.Float, Point2D.Float, Point2D.Float, int, int, int, ImageObserver, PCA, Mask) - Method in class Facemorph.Template
Automatically delineates the image given using this Template to outline the facial features Tries to segment out the face from the background using colour to help
fitSingle() - Method in class Facemorph.psychomorph.Tracker
Fit the AAM to a single frame
fitTensor(int, Image, Image, Template, Mask, Tensor, Tensor, BigMat, BigMat, BigMat, BigMat, float) - Method in class Facemorph.Template
Attempt at fitting an Tensor AAM to an image using efficient reverse method, with linear projection model, includes colour information
fitTo2DOrtho(Template, int, int, Vector3, BigMat, double[], double[]) - Method in class Facemorph.oesf.Template3D
 
fitToImage(FloatImage) - Method in class Facemorph.AWN
Attempt to fit a wavelet network to an image
fixDatMouth() - Method in class Facemorph.Template
Checks if the usual top mouth line is swapped with the bottom mouth line, and fixes it if true.
flip(ImageZoomPanel, int[]) - Method in class Facemorph.psychomorph.DelineatorForm
Flip an image horizontally with optional mirroring of the template
flipHorizontal(int) - Method in class Facemorph.haar.Feature
Flip the set of rectangles horizontally
flipHorizontal() - Method in class Facemorph.haar.HaarReader
Flip the object detector horizontally
FloatImage - Class in Facemorph
Floating point image data type Supports operations such as filtering
FloatImage() - Constructor for class Facemorph.FloatImage
Constructs an empty FloatImage
FloatImage(int, int) - Constructor for class Facemorph.FloatImage
Constructs a FloatImage of the size specified
FloatImage(int, int, float[]) - Constructor for class Facemorph.FloatImage
Constructs a FloatImage of the size specified from a suitably sized array of floats
FloatImage(int, int, double[]) - Constructor for class Facemorph.FloatImage
Constructs a FloatImage of the size specified from a suitably sized array of floats
FloatImage.FloatImageException - Exception in Facemorph
Thrown if a problem with a BigMat operation
FloatImage.FloatImageException(String) - Constructor for exception Facemorph.FloatImage.FloatImageException
Creates a new BigMatException
floatToBytes(float, byte[], int) - Static method in class Facemorph.FloatImage
Convert a float to a byte array
fold(double[]) - Method in class Facemorph.pga.MultiSpherePGA
Folds the vector v from the tangent space into the manifold
fold(double[]) - Method in class Facemorph.pga.SpherePGA
Folds the sample back into the sphere
fold(int, BigMat) - Method in class Facemorph.tensor.Tensor
Fold the matrix into this Tensor along the axis given
FourierDecompose - Class in Facemorph.multifilter
Decompose an image using Fourier based filtering with a filter bank
FourierDecompose(int, int, int, double) - Constructor for class Facemorph.multifilter.FourierDecompose
Constructor builds filters of size wxh
FPMIN - Static variable in class Facemorph.Numerical
Floating point smallest value
ft1d(Complex[], boolean) - Static method in class Facemorph.Complex
Slow direct calculation of fourier transform.
func(double[]) - Method in class Facemorph.aam.CAAMPowell
 
func(double[]) - Method in class Facemorph.mdl.GLGroupwiseImageRegistration
 
func(double[], boolean) - Method in class Facemorph.mdl.GLGroupwiseImageRegistration
Evaluate function with optional (debug) output / display
func(double[]) - Method in class Facemorph.mdl.GroupwiseImageRegistration
 
func(double[], boolean) - Method in class Facemorph.mdl.GroupwiseImageRegistration
Error function evaluation with optional output (to terminal)
func(double[]) - Method in class Facemorph.mdl.GroupwiseImageRegistrationLinear
 
func(double[], boolean) - Method in class Facemorph.mdl.GroupwiseImageRegistrationLinear
Error function evaluation with optional output (to terminal)
func(double[]) - Method in class Facemorph.mdl.MDL2D
 
func(double[]) - Method in class Facemorph.Powell
Func should be overrided to calculate the error given the parameters params

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