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

I

ICA - Class in Facemorph.Stats
Independent Component Analysis
ICA() - Constructor for class Facemorph.Stats.ICA
 
ICA.ICAException - Exception in Facemorph.Stats
 
icpEdgeWarp(FloatImage, MultiscaleWarp, int) - Method in class Facemorph.FloatImage
Iterative closest point warp
idCol - Static variable in class Facemorph.DataBase.DataSetPanel.BatchTableModel
 
identity(int) - Static method in class Facemorph.BigMat
 
image - Variable in class Facemorph.psychomorph.FloatImageControl
A float image to display
imageBak - Variable in class Facemorph.psychomorph.FloatImageControl
A back up of the image to avoid dataloss due to scale and shift
imageCol - Static variable in class Facemorph.DataBase.DataSetPanel.BatchTableModel
 
ImageDataHandler - Interface in Facemorph.Stats
A interface for regression and factor analysis classes than can handle image data.
ImageErrorTest - Class in Facemorph.mdl
Test the difference between images
ImageErrorTest() - Constructor for class Facemorph.mdl.ImageErrorTest
 
imageFiles - Variable in class Facemorph.DataBase.Batch
list of file names of images in batch
imageFiles - Variable in class Facemorph.Stats.ImagePLS
A set of image files to process.
imageFileStatus - Variable in class Facemorph.DataBase.Batch
status (if known) of the imageFile
imageIn - Variable in class Facemorph.DataBase.BatchProcessData
 
ImageIterator - Class in Facemorph.DataBase
Method to iterate over images in a Batch (or some other similar collection) and return as FloatImages.
ImageIterator(Iterator<String>) - Constructor for class Facemorph.DataBase.ImageIterator
 
ImageIterator(Iterator<String>, String) - Constructor for class Facemorph.DataBase.ImageIterator
 
ImageLoader - Class in Facemorph.DataBase
 
ImageLoader() - Constructor for class Facemorph.DataBase.ImageLoader
 
imageOut - Variable in class Facemorph.DataBase.BatchProcessData
 
ImagePair - Class in Facemorph.psm
Simple container for an probability image and a point location image, for use with PSM feature detection
ImagePair() - Constructor for class Facemorph.psm.ImagePair
 
ImagePCA - Class in Facemorph.psychomorph.pca
 
ImagePCA(Component, File, File, double, MaskInterface, PsychoMorphForm) - Constructor for class Facemorph.psychomorph.pca.ImagePCA
 
ImagePCAAnalyse - Class in Facemorph.psychomorph.pca
 
ImagePCAAnalyse(PCI, MaskInterface, File) - Constructor for class Facemorph.psychomorph.pca.ImagePCAAnalyse
 
ImagePLS - Class in Facemorph.Stats
Implements an iterative version of PLS based on the method by Milidi and Reteria, "DPLS and PPLS: two PLS algorithms got large data sets." Computation Statisitics and Data Analysis vol.48 pp125-138 (2005)
ImagePLS() - Constructor for class Facemorph.Stats.ImagePLS
 
ImageRegressor - Class in Facemorph.Stats
 
ImageRegressor() - Constructor for class Facemorph.Stats.ImageRegressor
 
imagesHeaderName - Static variable in class Facemorph.DataBase.Batch
the name of the header containing the image file names
ImageToBufferedImage(Image, ImageObserver) - Static method in class Facemorph.haar.HaarDemo
Converts an abstract (unknown type of) Image to a BufferedImage for extra functionality.
ImageToBufferedImage(Image, ImageObserver) - Static method in class Facemorph.haar.HaarDemoApplet
Converts an abstract (unknown type of) Image to a BufferedImage for extra functionality.
ImageToBufferedImage(Image, ImageObserver) - Static method in class Facemorph.haar.HaarFinder
Converts an abstract (unknown type of) Image to a BufferedImage for extra functionality.
ImageToBufferedImage(Image, ImageObserver) - Static method in class Facemorph.Transformer
Converts an abstract (unknown type of) Image to a BufferedImage for extra functionality.
ImageToBufferedImage(Image, ImageObserver) - Static method in class Facemorph.Transformer_1
Converts an abstract (unknown type of) Image to a BufferedImage for extra functionality.
ImageToJpeg - Class in Facemorph
Utility method for constructing JPEG image files
ImageToJpeg() - Constructor for class Facemorph.ImageToJpeg
 
imageWarp - Variable in class Facemorph.Stats.Model.ImageSetDescription
If using images and templates, will these need to warped to an average.
ImageZoomPanel - Class in Facemorph.psychomorph
ImageZoomPanel displays a resizable, scrollable etc view of an image and a template.
ImageZoomPanel() - Constructor for class Facemorph.psychomorph.ImageZoomPanel
Constructor for image zoom panel (default size 300 x 300)
ImageZoomPanel(Image, Template) - Constructor for class Facemorph.psychomorph.ImageZoomPanel
Constructor for Image Zoom Panel
imaginary_x - Variable in class Facemorph.GaborPyramid
imaginary x direction filtered images
imaginary_xy - Variable in class Facemorph.GaborPyramid
imaginary xy direction filtered images
imaginary_y - Variable in class Facemorph.GaborPyramid
imaginary y direction filtered images
imaginary_yx - Variable in class Facemorph.GaborPyramid
imaginary yx direction filtered images
imposeSymmetry(Complex[]) - Method in class Facemorph.multifilter.FourierDecompose
Impose conjugate symmetry on the complex response
independent - Variable in class Facemorph.Stats.DataMiner
 
independentVariables - Variable in class Facemorph.Stats.Model
 
index(int[]) - Method in class Facemorph.tensor.Tensor
return the index into the data at point in[i,j,k...n]
inFloatMode() - Method in class Facemorph.psychomorph.ImageZoomPanel
 
iniFile - Class in Facemorph.DataBase
Loads a ini style data file general format # a comment [block name.sub block name:type] variable1 = 56 variable2 = "a string" variable3 = [13,23,12,14] # a vector The resulting data is stored as a tree of node (starting with 'root') Each node represents a block, containing named variables and child blocks Each block has a 'type' associated with it (a string value) and a name.
iniFile() - Constructor for class Facemorph.DataBase.iniFile
Create an empty iniFile
iniFile(File) - Constructor for class Facemorph.DataBase.iniFile
Create a new iniFile be loading from a file
iniFile - Variable in class Facemorph.Stats.Model
INI data
iniFile.IniFileException - Exception in Facemorph.DataBase
 
iniFile.IniFileException(String) - Constructor for exception Facemorph.DataBase.iniFile.IniFileException
Creates a new BigMatException
iniFile.Node - Class in Facemorph.DataBase
 
iniFile.Node(String) - Constructor for class Facemorph.DataBase.iniFile.Node
 
iniFile.Node(String, iniFile.Node) - Constructor for class Facemorph.DataBase.iniFile.Node
 
iniFile.Node(String, String, iniFile.Node) - Constructor for class Facemorph.DataBase.iniFile.Node
 
IniHandler - Interface in Facemorph.DataBase
This interface must be implemented by any objects that are (de)serialised by the iniFile interface
IniObjectFactory - Class in Facemorph.DataBase
Creates objects based on Data in an Ini Style file
IniObjectFactory() - Constructor for class Facemorph.DataBase.IniObjectFactory
 
init(GLAutoDrawable) - Method in class Facemorph.aam.FBOwarp
 
init(GLAutoDrawable) - Method in class Facemorph.aam.OpenGLwarp
 
init() - Method in class Facemorph.AveragerApplet
Initializes the applet AverageApplet, setting up the GUI components and loading the pre-delineated images as specified as applet parameters.
init() - Method in class Facemorph.FaceMorphApp
Initialisaes the applet
init() - Method in class Facemorph.FaceMorphJApplet
Initializes the applet FaceMorphJApplet
init(GLAutoDrawable) - Method in class Facemorph.glmorph.HardwareMorph
 
init(GLAutoDrawable) - Method in class Facemorph.glmorph.HardwareTransform
 
init(GLAutoDrawable) - Method in class Facemorph.glmorph.HardwareTransformNoAccum
 
init() - Method in class Facemorph.glmorph.JMorphApplet
Initializes the applet JMorphApplet
init() - Method in class Facemorph.haar.HaarDemoApplet
 
init() - Method in class Facemorph.KnockedUpApplet
Initializes the applet AverageApplet, setting up the GUI components and loading the pre-delineated images as specified as applet parameters.
init() - Method in class Facemorph.psychomorph.RectangleForm
 
initFBO(GL, GLU) - Method in class Facemorph.aam.FBOwarp
Initialise the FBO
initialise(int, int, int, float) - Method in class Facemorph.AWN
Initialises the AWN with some random data
initialise(int) - Method in interface Facemorph.DataBase.EnhancedBatchable
Initialise the Batchable This is called each time the batchable is selected
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.Average
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchCategoriseImage
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchChimericTransform
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchColourCalibrate
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchCorrectMouth
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchCorrectTemplate
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchExtraPoints
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchMRFTransform
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchSymmetrise
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.batchable.BatchVectorise
 
initialise(PsychoMorphForm) - Method in interface Facemorph.psychomorph.Batchable
Initialise the Batchable This is called each time the batchable is selected
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.pca.ImagePCA
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.pca.ImagePCAAnalyse
 
initialise(PsychoMorphForm) - Method in class Facemorph.psychomorph.pca.ShapePCAAnalyse
 
Initialise - Class in Facemorph.Stats
Initialise the Stats pluggin
Initialise() - Constructor for class Facemorph.Stats.Initialise
 
initialise() - Method in class Facemorph.Stats.OvercompleteSPLS
 
initialise() - Method in class Facemorph.Stats.PLSReducer
 
initialise(int) - Method in class Facemorph.TessGen
 
initialise(int) - Method in class Facemorph.TessGen3D
Initialisation method
INITIALISE_CURRENT - Static variable in class Facemorph.aam.TrackerSettingsDialog
 
INITIALISE_ORASM - Static variable in class Facemorph.aam.TrackerSettingsDialog
 
INITIALISE_PREVIOUS - Static variable in class Facemorph.aam.TrackerSettingsDialog
 
INITIALISE_PSM - Static variable in class Facemorph.aam.TrackerSettingsDialog
 
initialiseAtSamples(Vector) - Method in class Facemorph.GMM
Initialise this GMM to have one Gaussian centered on each sample with equal probability
initialiseFromIniFile(iniFile) - Method in class Facemorph.Stats.Model
Initialise the model using the data contained in an iniFile (i.e.
initialisePriors(Template3D, BigMat, double[], double, ArrayList<double[]>, ArrayList<Boolean>) - Method in class Facemorph.oesf.FilterSet
Initialise the priors
initialisePSM(BufferedImage, ArrayList<Integer>, Template) - Method in class Facemorph.psychomorph.DelineatorForm
 
inRect(int, int, float) - Method in class Facemorph.psychomorph.ImageZoomPanel
Checks in the point is int the current rectangle at the current zoom
insertUpdate(DocumentEvent) - Method in class Facemorph.psychomorph.RectangleForm
 
inspectLeast() - Method in interface Facemorph.IPQ
look but don't remove
inspectLeast() - Method in class Facemorph.multifilter.PQplus
Inspect but don't remove the smallest element
inspectLeast() - Method in class Facemorph.PQ
Inspect but don't remove the smallest element
instantiate(File) - Static method in class Facemorph.DataBase.FileObjectFactory
 
instantiate(iniFile) - Static method in class Facemorph.DataBase.IniObjectFactory
 
instantiate(String) - Static method in class Facemorph.DataBase.ObjectFactory
 
intensity - Variable in class Facemorph.AWN
The intensity of something
interceptSetup - Variable in class Facemorph.Stats.NumericRegressor
True if the intercept has been setup
interleaved - Variable in class Facemorph.psychomorph.FloatImageControl
True if RGB (or other) have been interleaved
interleaveImages(FloatImage, FloatImage, FloatImage) - Static method in class Facemorph.FloatImage
Turn separate three red green and blue images into one image by interleaving the pixels
interpolate(FloatImage, FloatImage, float[], float[], int, int, int, float, int) - Method in class Facemorph.FloatImage
Performs a multiscale interpolation scheme
interpolate(int, Point2D.Float[], Point2D.Float[], boolean) - Method in class Facemorph.LinearWarp
Perform the interpolation
interpolate(FloatImage, FloatImage) - Method in class Facemorph.MultiscaleInterpolate
Interpolates the data using the mask to specify valid samples
interpolate(Point2D.Float[], float[]) - Method in class Facemorph.MultiscaleInterpolate
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(ArrayList<Point>, double[]) - Method in class Facemorph.MultiscaleInterpolate
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(int, List<Point2D.Float>, List<Point2D.Float>, boolean) - Method in class Facemorph.MultiscaleWarp
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(TexCoord2f[], TexCoord2f[], boolean) - Method in class Facemorph.MultiscaleWarp
Interpolates using the texture coords (values between 0 and 1)
interpolate(List<TexCoord2f>, List<TexCoord2f>, boolean) - Method in class Facemorph.MultiscaleWarp
Interpolates using points in an ArrayList
interpolate(int, Point2D.Float[], Point2D.Float[], boolean) - Method in class Facemorph.MultiscaleWarp
 
interpolate(Template, Template, boolean, boolean) - Method in class Facemorph.MultiscaleWarpRB
Interpolate this warping function from tmp1 to tmp2
interpolate(int, Point2D.Float[], Point2D.Float[], boolean) - Method in class Facemorph.MultiscaleWarpRB
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(int, List<Point2D.Float>, List<Point2D.Float>, boolean) - Method in class Facemorph.MultiscaleWarpRB
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(TexCoord2f[], TexCoord2f[], boolean) - Method in class Facemorph.MultiscaleWarpRB
Interpolates using the texture coords (values between 0 and 1)
interpolate(List<TexCoord2f>, List<TexCoord2f>, boolean) - Method in class Facemorph.MultiscaleWarpRB
Interpolates using points in an ArrayList
interpolate(int, Point2D.Float[], Point2D.Float[], boolean) - Method in class Facemorph.TPSWarp
 
interpolate(int, Point2D.Float[], Point2D.Float[], boolean, boolean) - Method in class Facemorph.Warp
Interpolates the given 2D values across the 2D space, by performing setup then calling interpolate()
interpolate(Template, Template, boolean, boolean, boolean) - Method in class Facemorph.Warp
Interpolate this warping function from tmp1 to tmp2
interpolate(int, Point2D.Float[], Point2D.Float[], boolean) - Method in class Facemorph.Warp
Method to interpolate the warping function
interpolate(Template, Template, boolean, boolean) - Method in class Facemorph.Warp
Interpolate this warping function from tmp1 to tmp2
intToBytes(int, byte[], int) - Static method in class Facemorph.FloatImage
Converts an int to a byte array
invalid_status - Static variable in class Facemorph.DataBase.Batch
The index has not status because it in not a valid index
inverse() - Method in class Facemorph.Matrix3
Inverts this matrix in place
inverse_affine_x - Variable in class Facemorph.MultiscaleWarp
Stores the affine transform components for the x-coord
inverse_affine_y - Variable in class Facemorph.MultiscaleWarp
Stores the affine transform components for the y-coord
invertSVD(double) - Method in class Facemorph.BigMat
find the inverse (possibly in the least squares sense) using SVD
invertWarp(MultiscaleWarp) - Method in class Facemorph.mdl.multiScaleEdgeMDL
Invert the warp
invertWarp(MultiscaleWarp) - Method in class Facemorph.mdl.multiScaleEdgeMDLFile
Invert a warp
invScale(FloatImage) - Method in class Facemorph.FloatImage
Scale each pixel in this image by the inverse of the value of the corresponding pixel in the other image
IO - Class in Facemorph.glmorph
IO holds data for image morph and transforming i.e.
IO(Component) - Constructor for class Facemorph.glmorph.IO
Constructor that takes a component
IPQ - Interface in Facemorph
Priority Queue interface
isCellEditable(int, int) - Method in class Facemorph.DataBase.DataSetPanel.BatchTableModel
 
isClosed() - Method in class Facemorph.template.Contour
Is this a closed contour
isEmpty() - Method in interface Facemorph.IPQ
is the queue empty?
isEmpty() - Method in class Facemorph.multifilter.PQplus
Check if the heap is empty
isEmpty() - Method in class Facemorph.PQ
Check if the heap is empty
isGrayScale() - Method in class Facemorph.DataBase.ImageIterator
 
isIntereaved() - Method in class Facemorph.DataBase.ImageIterator
 
isLineSelected(int) - Method in class Facemorph.Template
 
isNumber(String) - Static method in class Facemorph.DataBase.iniFile
 
isPointSelected(int) - Method in class Facemorph.Template
 
isQuoted(String) - Method in class Facemorph.DataBase.Batch
 
isRoot() - Method in class Facemorph.DataBase.iniFile.Node
 
isShowLeftImage() - Method in class Facemorph.glmorph.HardwareMorph
Is the left image being displayed?
isShowRightImage() - Method in class Facemorph.glmorph.HardwareMorph
Is the right image being displayed?
isShowTriangulation() - Method in class Facemorph.glmorph.HardwareMorph
Get the show triangulation setting
isSupervised() - Method in class Facemorph.Stats.ModelInformation
Queries if the model is supervised or unsupervied (i.e.
itemStateChanged(ItemEvent) - Method in class Facemorph.FaceMorphJApplet
 
iterate(BigMat, BigMat) - Method in class Facemorph.Stats.OvercompleteSPLS
 
iterate() - Method in class Facemorph.Stats.OvercompleteSPLS
 
iterate(BigMat, BigMat) - Method in class Facemorph.Stats.PLSReducer
 
iterate() - Method in class Facemorph.Stats.PLSReducer
 
iterate(int, Point2D.Float[], Point2D.Float[], Warp, float, boolean) - Method in class Facemorph.Warp
Implements an overlap control algorithm
iterateBoosted(ArrayList<Complex[]>, ArrayList<Complex[]>, ArrayList<Point2D.Float>, ArrayList<Complex[]>, ArrayList<Point2D.Float>, int[]) - Method in class Facemorph.oesf.OESF
Build a set of OESF filters
iterator() - Method in class Facemorph.tensor.Tensor
Returns an iterator over a set of elements of type T.
iterator(int) - Method in class Facemorph.tensor.Tensor
Returns an iterator over a set of elements of type T.
iteratorOverChildren() - Method in class Facemorph.DataBase.iniFile.Node
 
ITMAX - Static variable in class Facemorph.Numerical
Maximum number of iterations
izp - Variable in class Facemorph.psychomorph.FloatImageControl
Panel to display the image on
izp - Variable in class Facemorph.psychomorph.RectangleForm
 

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