public static class CLMFaceDetector.Configuration extends Object
Modifier and Type | Field and Description |
---|---|
double |
clamp
Number of standard deviations from the mean face to allow in the
model
|
CLM |
clm
The constrained local model
|
int[][] |
connections
The face connections
|
FDet |
faceDetector
The Face detector
|
MFCheck |
failureCheck
The failure checker
|
boolean |
fcheck
Whether to use the face check (using pixels as a face classifier)
|
double |
fTol
Model fitting optimisation tolerance
|
int |
nIter
Number of iterations to use for model fitting
|
Jama.Matrix |
referenceShape
The reference shape
|
Jama.Matrix |
shape
The current shape
|
int[][] |
triangles
The face mesh
|
int[] |
windowSize
Search window sizes
|
Constructor and Description |
---|
Configuration()
Construct with the default model parameters
|
public Jama.Matrix referenceShape
public Jama.Matrix shape
public FDet faceDetector
public MFCheck failureCheck
public int[][] triangles
public int[][] connections
public boolean fcheck
public int[] windowSize
public int nIter
public double clamp
public double fTol
public Configuration()