|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feature | |
---|---|
Facemorph.psm |
Uses of Feature in Facemorph.psm |
---|
Classes in Facemorph.psm that implement Feature | |
---|---|
class |
DiagonalEMFeature
DiagonalEMFeature implementation |
class |
DiagonalGaussianFeature
Diagonal Gaussian PSM Feature implementation |
class |
DiagonalGMMFeature
Diagonal GMM Feature implementation |
class |
EMFeature
An EM (Expetation Maximisation??) PSM Feature implmentation |
class |
OESFFeature
Feature based on Optimal exact synthetic filters |
class |
PatchFeature
A feature realised as a Gaussian patch |
Methods in Facemorph.psm that return Feature | |
---|---|
static Feature |
PSMNode.getFeature(java.lang.String className)
Dynamically loads the Feature given its class name |
Methods in Facemorph.psm with parameters of type Feature | |
---|---|
void |
PSMNode.read(java.io.StreamTokenizer st,
Feature app,
java.lang.String folder,
boolean url)
Read a PSM |
Constructors in Facemorph.psm with parameters of type Feature | |
---|---|
PSMNode(int start,
BigMat mst,
Feature appGauss,
DiagonalGaussian[][] gauss,
boolean[] visited,
int w,
int h)
Contruct a PSMNode |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |