@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 Tracker extends Object
Modifier and Type | Field and Description |
---|---|
CLM |
_clm
Constrained Local Model
|
Jama.Matrix |
_rshape
Reference shape
|
Jama.Matrix |
_shape
Current shape
|
Modifier and Type | Method and Description |
---|---|
void |
frameReset()
Reset frame number (will perform detection in next image)
|
static Tracker |
load(InputStream in) |
int |
track(FImage im,
int[] wSize,
int fpd,
int nIter,
double clamp,
double fTol,
boolean fcheck) |
public Jama.Matrix _shape
public Jama.Matrix _rshape
public void frameReset()
public static Tracker load(InputStream in)
in
-