@Reference(type=Inproceedings, author={"Jason M. Saragih","Simon Lucey","Jeffrey F. Cohn"}, title="Face alignment through subspace constrained mean-shifts", year="2009", booktitle="IEEE 12th International Conference on Computer Vision, ICCV 2009, Kyoto, Japan, September 27 - October 4, 2009", pages={"1034","1041"}, publisher="IEEE", customData={"doi","http://dx.doi.org/10.1109/ICCV.2009.5459377","researchr","http://researchr.org/publication/SaragihLC09","cites","0","citedby","0"}) public class CLM extends Object
Modifier and Type | Field and Description |
---|---|
Jama.Matrix[] |
_cent
Centers/view (Euler)
|
MPatch[][] |
_patch
Patches/point/view
|
PDM |
_pdm
3D Shape model
|
Jama.Matrix |
_pglobl
global parameters
|
Jama.Matrix |
_plocal
local parameters
|
Jama.Matrix |
_refs
Reference shape
|
Jama.Matrix[] |
_visi
Visibility for each view
|
Constructor and Description |
---|
CLM(PDM s,
Jama.Matrix r,
Jama.Matrix[] c,
Jama.Matrix[] v,
MPatch[][] p)
Construct CLM
|
Modifier and Type | Method and Description |
---|---|
CLM |
copy()
Makes a copy of this CLM.
|
void |
fit(FImage im,
int[] wSize,
int nIter,
double clamp,
double fTol)
Fit the model to the image
|
int |
getViewIdx() |
static CLM |
read(Scanner s,
boolean readType)
Read a CLM
|
public Jama.Matrix _plocal
public Jama.Matrix _pglobl
public Jama.Matrix _refs
public Jama.Matrix[] _cent
public Jama.Matrix[] _visi
public static CLM read(Scanner s, boolean readType)
s
- readType
- public int getViewIdx()