|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--bijnum.BIJpca | +--bijnum.BIJgifa
Implementation of GIFA (generalized indicator function approach). Does a maximization of images with maximum signal power and signal to noise ratio. Is a subset of BIJpca because it needs the PCA routines and output. (c) 2003 Michael Abramoff. All rights reserved.
Field Summary | |
float[] |
gamma
|
int |
k
|
float[][] |
phi
|
float[][] |
rho
|
float[] |
snr
|
Fields inherited from class bijnum.BIJpca |
a, an, eigenimages, eigenvalues, eigenvectors, totalVariance |
Constructor Summary | |
BIJgifa()
|
Method Summary | |
float[][] |
compute(float[][] a,
int k)
Compute GIFA for k conditions. |
protected float[][] |
submean(float[][] F,
int k)
Computes the mean of the submatrices of a MxN matrix F. |
Methods inherited from class bijnum.BIJpca |
compute, computeEigenimages, computeLinearCombination, computeLinearCombination, computeProjection, getCoordinates, getCoordinatesImage, getEigenImage, getTotalVariance, varianceSpectrum |
Methods inherited from class java.lang.Object |
|
Field Detail |
public float[][] phi
public float[][] rho
public float[] gamma
public float[] snr
public int k
Constructor Detail |
public BIJgifa()
Method Detail |
public float[][] compute(float[][] a, int k)
protected float[][] submean(float[][] F, int k)
F
- a MxN matrix of the above form.k
- = number of submatrices
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |