Package | Description |
---|---|
com.jsaragih | |
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
org.openimaj.image.processing.face.tracking.clm |
Modifier and Type | Field and Description |
---|---|
CLM |
Tracker._clm
Constrained Local Model
|
Modifier and Type | Method and Description |
---|---|
CLM |
CLM.copy()
Makes a copy of this CLM.
|
static CLM |
CLM.read(Scanner s,
boolean readType)
Read a CLM
|
Modifier and Type | Field and Description |
---|---|
CLM |
CLMFaceDetector.Configuration.clm
The constrained local model
|
Modifier and Type | Field and Description |
---|---|
CLM |
MultiTracker.TrackedFace.clm
The constrained local model
|
CLM |
MultiTracker.TrackerVars.clm
The constrained local model
|
Constructor and Description |
---|
MultiTracker(CLM clm,
FDet fdet,
MFCheck fcheck,
Jama.Matrix rshape,
double[] simil)
Create a tracker using the given model, face detector, failure checker,
reference shape and similarity measures.
|