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

P

p - Variable in class Facemorph.Stats.OvercompleteSPLS
 
P - Variable in class Facemorph.Stats.OvercompleteSPLS
 
p - Variable in class Facemorph.Stats.PLSReducer
 
P - Variable in class Facemorph.Stats.PLSReducer
 
paint(Graphics) - Method in class Facemorph.BSplineQuadTree
Draws the interpolated function, mostly used for debugging
paint(Graphics) - Method in class Facemorph.EMtest
 
paint(Graphics) - Method in class Facemorph.FaceMorphApp
Repaints the applet, depending on the current stage in the GUI step through
paint(Graphics) - Method in class Facemorph.haar.HaarDemo
 
paint(Graphics) - Method in class Facemorph.haar.HaarFinder
 
paint(Template, Graphics, Color, int, int, int, int, float) - Method in class Facemorph.mask.BitmapMask
 
paint(Template, Graphics, Color, int, int, int, int, float, boolean) - Method in class Facemorph.mask.BitmapMask
 
paint(Template, Graphics, Color, int, int, int, int, float) - Method in interface Facemorph.mask.MaskInterface
Paint the mask using the supplied Graphics component
paint(Template, Graphics, Color, int, int, int, int, float, boolean) - Method in interface Facemorph.mask.MaskInterface
Paint the mask using the supplied Graphics component, with option to invert the mask
paint(Template, Graphics, Color, int, int, int, int, float) - Method in class Facemorph.Mask
Paint the mask using the supplied Graphics component
paint(Template, Graphics, Color, int, int, int, int, float, boolean) - Method in class Facemorph.Mask
 
paint(Template, Graphics, Color, int, int, int, int, float) - Method in class Facemorph.mask.VectorMask
Paint the mask using the supplied Graphics component
paint(Template, Graphics, Color, int, int, int, int, float, boolean) - Method in class Facemorph.mask.VectorMask
 
paintComponent(Graphics) - Method in class Facemorph.AveragerPanel
Paint method
paintComponent(Graphics) - Method in class Facemorph.psychomorph.ImageZoomPanel
 
parallelizable() - Method in interface Facemorph.DataBase.EnhancedBatchable
Does the class store or alter state between images.
parent - Variable in class Facemorph.DataBase.iniFile.Node
 
PatchFeature - Class in Facemorph.psm
A feature realised as a Gaussian patch
PatchFeature() - Constructor for class Facemorph.psm.PatchFeature
 
PCA - Class in Facemorph
Principal Component Analysis data object
PCA() - Constructor for class Facemorph.PCA
Constructs an empty PCA object
PCA - Static variable in class Facemorph.Stats.Model
 
pca - Variable in class Facemorph.Stats.PCAReducer
 
PCAReducer - Class in Facemorph.Stats
Basically a wrapper for the PCA class of BPT
PCAReducer() - Constructor for class Facemorph.Stats.PCAReducer
 
PCI - Class in Facemorph
An object to contain the PCA of a set of images
PCI() - Constructor for class Facemorph.PCI
Creates a new instance of PCI
PCW - Class in Facemorph
Principal component wavelets class
PCW() - Constructor for class Facemorph.PCW
Creates a new instance of PCW
PGA - Class in Facemorph
Principal Geodesic Analysis for hyperspherical data (Experimental, only part completed)
PGA(Vector<double[]>) - Constructor for class Facemorph.PGA
Creates a new instance of PGA
picture - Variable in class Facemorph.glmorph.IO
The image
pictureHeight - Variable in class Facemorph.glmorph.IO
the height of the image
pictureWidth - Variable in class Facemorph.glmorph.IO
The width of the image
planeAverages(int, int) - Method in class Facemorph.tensor.Tensor
Average across all but dim and dataDim
PLS - Static variable in class Facemorph.Stats.Model
 
PLSReducer - Class in Facemorph.Stats
 
PLSReducer() - Constructor for class Facemorph.Stats.PLSReducer
 
Plugin - Interface in Facemorph.psychomorph
 
POINT - Static variable in class Facemorph.Mask
indicates a point, not a line
POINT - Static variable in class Facemorph.mask.VectorMask
indicates a point, not a line
pointColour - Static variable in class Facemorph.Template
 
PointImage - Class in Facemorph.psm
Stores a set of 2D array of points 1 for every image pixel
PointImage(int, int) - Constructor for class Facemorph.psm.PointImage
Constructor
pointMouseOverColour - Static variable in class Facemorph.Template
 
pointSelectedColour - Static variable in class Facemorph.Template
 
port - Variable in class Facemorph.Server
The port that you are listening on
pos - Variable in class Facemorph.mdl.KdTreePoint
The KdTreePoint position
post() - Method in class Facemorph.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added
post(Map) - Method in class Facemorph.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
post(Object[]) - Method in class Facemorph.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
post(Map, Map) - Method in class Facemorph.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
post(String[], Object[]) - Method in class Facemorph.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
post(String, Object) - Method in class Facemorph.ClientHttpRequest
post the POST request to the server, with the specified parameter
post(String, Object, String, Object) - Method in class Facemorph.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(String, Object, String, Object, String, Object) - Method in class Facemorph.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(String, Object, String, Object, String, Object, String, Object) - Method in class Facemorph.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(URL, Map) - Static method in class Facemorph.ClientHttpRequest
posts a new request to specified URL, with parameters that are passed in the argument
post(URL, Object[]) - Static method in class Facemorph.ClientHttpRequest
posts a new request to specified URL, with parameters that are passed in the argument
post(URL, Map, Map) - Static method in class Facemorph.ClientHttpRequest
posts a new request to specified URL, with cookies and parameters that are passed in the argument
post(URL, String[], Object[]) - Static method in class Facemorph.ClientHttpRequest
posts a new request to specified URL, with cookies and parameters that are passed in the argument
post(URL, String, Object) - Static method in class Facemorph.ClientHttpRequest
post the POST request specified URL, with the specified parameter
post(URL, String, Object, String, Object) - Static method in class Facemorph.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
post(URL, String, Object, String, Object, String, Object) - Static method in class Facemorph.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
post(URL, String, Object, String, Object, String, Object, String, Object) - Static method in class Facemorph.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
postProcess() - Method in class Facemorph.Stats.Model
 
postRenderFBO(GL, GLU) - Method in class Facemorph.aam.FBOwarp
Unbinds the FBO
Powell - Class in Facemorph
Implements Powells method, classes should subclass this and implement the func and onIteration methods to use
Powell() - Constructor for class Facemorph.Powell
Creates a new instance of Powell
powell(double[], double, int[], int) - Method in class Facemorph.Powell
Minimization of a function func of n variables.
powell(double[], double[][], int, double, int[], double[], int) - Method in class Facemorph.Powell
Minimization of a function func of n variables.
PowellException - Exception in Facemorph
A probably pointless exception class
PowellException(String) - Constructor for exception Facemorph.PowellException
Create a new PowellException
ppyr - Variable in class Facemorph.Stats.WaveletPLS
 
ppyr - Variable in class Facemorph.Stats.WaveletRGBPLS
 
PQ - Class in Facemorph
Priority Queue class
PQ() - Constructor for class Facemorph.PQ
Construct an empty PQ
PQ(int) - Constructor for class Facemorph.PQ
Construct an empty PQ of initial size maxsize
PQplus - Class in Facemorph.multifilter
PQ which supports on-the-fly updates to values in the queue
PQplus() - Constructor for class Facemorph.multifilter.PQplus
Default constructor
PQplus(int) - Constructor for class Facemorph.multifilter.PQplus
Constructor with an initial capacity
PQplusElement - Interface in Facemorph.multifilter
An element in an attempt at an on-the-fly updatable PQ
predict() - Method in class Facemorph.Kalman
Method to predict the expected value at the next time point
predict(BigMat) - Method in class Facemorph.Stats.BinaryLogisticRegression
 
predict(BigMat) - Method in class Facemorph.Stats.DifferenceOfAverages
The projection of a point onto a line is given by the inner produce of the point to the source divided by the square magnitude of the line
predict(BigMat) - Method in class Facemorph.Stats.ImagePLS
 
predict(BigMat) - Method in class Facemorph.Stats.ImageRegressor
 
predict(BigMat) - Method in class Facemorph.Stats.Model
Using the Model previously generated, predict a set of values.
predict(BigMat) - Method in class Facemorph.Stats.NumericRegressor
Predict using the model the values of the dependent from a set of independents
predict(BigMat) - Method in class Facemorph.Stats.OvercompleteSPLS
 
predict(BigMat) - Method in class Facemorph.Stats.PCAReducer
 
predict(BigMat) - Method in class Facemorph.Stats.PLSReducer
 
predict(BigMat) - Method in interface Facemorph.Stats.Regressor
Predict using the model the values of the dependent from a set of independents
predict(LinkedList<double[]>) - Method in class Facemorph.tensor.AutoRegressor
Predict method
preprocess(FloatImage) - Static method in class Facemorph.oesf.OESF
Preprocess the image using a log transform (y=log(1+x)), normalis mean and sd and sine window
preprocess() - Method in class Facemorph.Stats.Model
 
preprocessor - Variable in class Facemorph.Stats.Model
A preprocessor for Data-reduction e.g.
preRenderFBO(GL, GLU) - Method in class Facemorph.aam.FBOwarp
Sets up the global rendering state, binds the FBO
print() - Method in class Facemorph.Stats.OvercompleteSPLS
 
print() - Method in class Facemorph.Stats.PLSReducer
 
prob_sample_given_GMM(Vector) - Method in class Facemorph.GMM
Calculates the probability of a set of samples
prob_sample_given_GMM(Vector) - Method in class Facemorph.psm.DiagonalGMM
Calculates the probability of a set of samples
probabilities(double[]) - Method in class Facemorph.psm.DiagonalGMM
Calculates the probability of the sample given
probability(double[]) - Method in class Facemorph.Gaussian
Calculates the probability of a sample vector
probability(double[]) - Method in class Facemorph.GMM
Calculates the probability of the sample given
probability(double[]) - Method in class Facemorph.psm.DiagonalGaussian
Calculates the probability of a sample vector
probability(double[]) - Method in class Facemorph.psm.DiagonalGMM
Calculates the probability of the sample given
probability - Variable in class Facemorph.psm.ImagePair
The probability image
process(Buffer, Buffer) - Method in class Facemorph.aam.AAMTracker
Processes the frame.
process(BatchProcessData) - Method in interface Facemorph.DataBase.EnhancedBatchable
The process method is called for each image in the list, or for the current image in single mode
process(EnhancedBatchable, Batch, int[], boolean) - Static method in class Facemorph.DataBase.EnhancedBatchProcess
Loop through each record in the Batch file and run a EnhancedBatchable function on each.
process(Buffer, Buffer) - Method in class Facemorph.haar.HaarTrackerEffect
Process the buffer
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.Average
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchCategoriseImage
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchChimericTransform
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchColourCalibrate
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchCorrectMouth
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchCorrectTemplate
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchExtraPoints
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchMRFTransform
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchSymmetrise
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.batchable.BatchVectorise
 
process(ImageZoomPanel, boolean) - Method in interface Facemorph.psychomorph.Batchable
The process method is called for each image in the list, or for the current image in single mode
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.pca.ImagePCA
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.pca.ImagePCAAnalyse
 
process(ImageZoomPanel, boolean) - Method in class Facemorph.psychomorph.pca.ShapePCAAnalyse
 
processedDataMatrix - Variable in class Facemorph.Stats.Model.DataDescription
The data in processed form in a matrix (null if unprocessed).
processedDataVector - Variable in class Facemorph.Stats.Model.DataDescription
The data in processed form in a vector (null if unprocessed).
processPatches(double) - Method in class Facemorph.aam.CLM
Builds the patch PCA model
processPatches(ArrayList<FloatImage[]>, ArrayList<FloatImage[]>, boolean) - Method in class Facemorph.aam.CLMLR
Build the LR model from the patches
processPatches(ArrayList<FloatImage[]>, ArrayList<FloatImage[]>, boolean) - Method in class Facemorph.aam.CLMSVM
Build the SVM model from the patches
project(FloatImage) - Method in class Facemorph.aam.CLM
Projects the sampled patches into the patch model space
project(Template, Template, boolean, double) - Method in class Facemorph.PCA
Projects the given Template into the closest approximation in the PCA space
project(Template, Template) - Method in class Facemorph.PCA
Projects the given Template into the closest approximation in the PCA space
project(Template, Template, int, int, boolean, double) - Method in class Facemorph.PCA
Projects the given Template into the closest approximation in the PCA space
ProjectionMatrix - Variable in class Facemorph.Stats.NumericRegressor
Projection Matix onto the space spanned by the columns of X (yhat = P.y)
projectOut(FloatImage[], PCI, FloatImage) - Method in class Facemorph.aam.AAM
Projects the appearance variation out the derivative image
projectOut(FloatImage[], PCI, FloatImage) - Method in class Facemorph.aam.GLAAM
Projects the appearance variation out the derivative image
prune(double) - Method in class Facemorph.GMM
Remove clusters with a weighting less than threshold
PSM - Class in Facemorph.psm
PSM implementation using steerable pyramids (doesn't work very well, the PSMNode class is preferred)
PSM() - Constructor for class Facemorph.psm.PSM
PSM constructor
PSM(int, BigMat, DiagonalGMM[], DiagonalGaussian[], boolean[], ArrayList<Filter>, Filter, int, int, int) - Constructor for class Facemorph.psm.PSM
PSM constructor
PSMNode - Class in Facemorph.psm
PSMNode: an implementation of Pictorial Structure Models
PSMNode() - Constructor for class Facemorph.psm.PSMNode
PSMNode constructor
PSMNode(int, BigMat, Feature, DiagonalGaussian[][], boolean[], int, int) - Constructor for class Facemorph.psm.PSMNode
Contruct a PSMNode
PsychoMorphForm - Class in Facemorph.psychomorph
The main pyschomorph window, displaying 2 editable frames
PsychoMorphForm() - Constructor for class Facemorph.psychomorph.PsychoMorphForm
Creates new PsychoMorphForm
put(int, int, double) - Method in class Facemorph.BigMat
Set the matrix value (matrix[x][y]=val)
pyr - Variable in class Facemorph.psychomorph.FloatImageControl
A pyramid to display
Pyramid - Class in Facemorph
A wavelet pyramid class for texture analysis / synthesis
Pyramid() - Constructor for class Facemorph.Pyramid
Construct an empty Pyramid
Pyramid(int, int, int) - Constructor for class Facemorph.Pyramid
 
pyramidLevel - Variable in class Facemorph.psychomorph.FloatImageControl
The level of the pyramid (if it exists) to display.
PyramidStub - Class in Facemorph.DataBase.TemparyFiles
 
PyramidStub(Pyramid) - Constructor for class Facemorph.DataBase.TemparyFiles.PyramidStub
Create a Stub for the cache system using the specified object.

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