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

F - Variable in class Facemorph.Stats.OvercompleteSPLS
 
F - Variable in class Facemorph.Stats.PLSReducer
 
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.DataBase - package Facemorph.DataBase
 
Facemorph.DataBase.TemparyFiles - package Facemorph.DataBase.TemparyFiles
 
Facemorph.glmorph - package Facemorph.glmorph
 
Facemorph.haar - package Facemorph.haar
 
Facemorph.mask - package Facemorph.mask
 
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.pca - package Facemorph.psychomorph.pca
 
Facemorph.psychomorph.videomorph - package Facemorph.psychomorph.videomorph
 
Facemorph.Stats - package Facemorph.Stats
 
Facemorph.template - package Facemorph.template
 
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
FileHandler - Interface in Facemorph.DataBase
 
fileName - Variable in class Facemorph.Stats.Model.DataDescription
(Optional) File pointing the data (or where the data will be stored on completion
FileObjectFactory - Class in Facemorph.DataBase
Creates objects based on it's file name extension
FileObjectFactory() - Constructor for class Facemorph.DataBase.FileObjectFactory
 
fillAll(float) - Method in class Facemorph.FloatImage
 
fillAll() - Method in class Facemorph.Stats.RegressionForm
 
fillAll() - Method in class Facemorph.Stats.RegressionForm_1
 
fillDependentPanel() - Method in class Facemorph.Stats.RegressionForm
 
fillDependentPanel() - Method in class Facemorph.Stats.RegressionForm_1
 
fillIndependentPanel() - Method in class Facemorph.Stats.RegressionForm
fill in GUI with the various bits of the panel
fillIndependentPanel() - Method in class Facemorph.Stats.RegressionForm_1
fill in GUI with the various bits of the panel
fillIniFile(iniFile, String) - Method in class Facemorph.Stats.Model
 
fillOutputPanel() - Method in class Facemorph.Stats.RegressionForm
 
fillOutputPanel() - Method in class Facemorph.Stats.RegressionForm_1
 
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
fillPreprocessingPanel() - Method in class Facemorph.Stats.RegressionForm
 
fillPreprocessingPanel() - Method in class Facemorph.Stats.RegressionForm_1
 
fillRegressionPanel() - Method in class Facemorph.Stats.RegressionForm
 
fillRegressionPanel() - Method in class Facemorph.Stats.RegressionForm_1
 
fillValidationPanel() - Method in class Facemorph.Stats.RegressionForm_1
 
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
filter(FloatImage, FloatImage, int[]) - Static method in class Facemorph.oesf.OESF
Apply a filter to an image
filter(Complex[], 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
filters - Variable in class Facemorph.Stats.WaveletPLS
 
filters - Variable in class Facemorph.Stats.WaveletRGBPLS
 
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
finalize() - Method in class Facemorph.DataBase.TemparyFiles.Stub
 
finalize() - Method in class Facemorph.DataBase.TemparyFiles.TemparyFileHandler
 
finalize() - Method in class Facemorph.DataBase.TemparyFiles.TemparyImageHandler
 
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
findBlock(String) - Method in class Facemorph.DataBase.iniFile.Node
 
findBlockByType(String) - Method in class Facemorph.DataBase.iniFile.Node
 
findClassesThatExtend(Class) - Static method in class Facemorph.DataBase.ObjectFactory
Return all instanced classes that extend the given class
findFeatures(BufferedImage, String[]) - Method in class Facemorph.haar.FeatureFinder
Find the feature in the image using the cascades named
findFirstClassThatHandles(String, boolean) - Static method in class Facemorph.DataBase.ObjectFactory
Returns the first class in the list (order undefined) that can handle the given type info
findFirstFactoryMemeThatHandles(String, boolean) - Static method in class Facemorph.DataBase.ObjectFactory
Returns the first factory meme in the list (order undefined) that can handle the given type info
findHandlers(String, boolean) - Static method in class Facemorph.DataBase.ObjectFactory
Returns a list of all factory memes in the list (order undefined) that can handle the given type info
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
findPCAFit(float[], boolean, boolean) - 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 interface Facemorph.DataBase.EnhancedBatchable
Performs any processing required at the end of the batch loading,
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 class Facemorph.psychomorph.batchable.BatchVectorise
 
finish() - Method in interface Facemorph.psychomorph.Batchable
Performs any processing required at the end of the batch loading,
finish() - Method in class Facemorph.psychomorph.pca.ImagePCA
 
finish() - Method in class Facemorph.psychomorph.pca.ImagePCAAnalyse
 
finish() - Method in class Facemorph.psychomorph.pca.ShapePCAAnalyse
 
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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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, MaskInterface, 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
fitPCA(FloatImage, FloatImage, Template, PCA) - 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, MaskInterface) - 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
fitPCARigid(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
fitSingle() - Method in class Facemorph.psychomorph.Tracker
Fit the AAM to a single frame
fitTensor(int, Image, Image, Template, MaskInterface, 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
fittnessMemo - Variable in class Facemorph.Powell
 
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
FloatImageControl - Class in Facemorph.psychomorph
 
FloatImageControl() - Constructor for class Facemorph.psychomorph.FloatImageControl
Creates new form FloatImageControl
FloatImageControl(ImageZoomPanel, FloatImage) - Constructor for class Facemorph.psychomorph.FloatImageControl
 
FloatImageControl(ImageZoomPanel, Pyramid) - Constructor for class Facemorph.psychomorph.FloatImageControl
 
FloatImageStub - Class in Facemorph.DataBase.TemparyFiles
 
FloatImageStub(FloatImage) - Constructor for class Facemorph.DataBase.TemparyFiles.FloatImageStub
Create a Stub for the cache system using the specified object.
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.GroupwiseImageRegistrationFile
 
func(double[], boolean) - Method in class Facemorph.mdl.GroupwiseImageRegistrationFile
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
funcCol - Static variable in class Facemorph.DataBase.DataSetPanel.BatchTableModel
 
Functions - Class in Facemorph.Stats
A set of static statistical funtcions
Functions() - Constructor for class Facemorph.Stats.Functions
 
Functions.StatisticsException - Exception in Facemorph.Stats
 
Functions.StatisticsException(String) - Constructor for exception Facemorph.Stats.Functions.StatisticsException
Creates a new BigMatException

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