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

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
 
paintComponent(Graphics) - Method in class Facemorph.AveragerPanel
Paint method
paintComponent(Graphics) - Method in class Facemorph.psychomorph.ImageZoomPanel
 
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
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
Plugin - Interface in Facemorph.psychomorph
 
POINT - Static variable in class Facemorph.Mask
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
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
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(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
preRenderFBO(GL, GLU) - Method in class Facemorph.aam.FBOwarp
Sets up the global rendering state, binds the FBO
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(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 interface Facemorph.psychomorph.Batchable
The process method is called for each image in the list, or for the current image in single mode
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
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)
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
 

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