|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbijnum.BIJpca
bijnum.BIJgifa
public class 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, eigenimages, eigenvalues, eigenvectors, totalVariance |
| Constructor Summary | |
|---|---|
BIJgifa()
|
|
| Method Summary | |
|---|---|
float[][] |
compute(float[][] a,
int k)
Compute GIFA for k conditions. |
| Methods inherited from class bijnum.BIJpca |
|---|
compute, computeLinearCombination, computeLinearCombination, computeProjection, getCoordinates, getCoordinatesImage, getEigenImage, getTotalVariance, varianceSpectrum |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||