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 | Method and Description |
---|---|
static MFCheck |
MFCheck.read(Scanner s,
boolean readType)
Read the a
MFCheck |
Modifier and Type | Field and Description |
---|---|
MFCheck |
CLMFaceDetector.Configuration.failureCheck
The failure checker
|
Modifier and Type | Field and Description |
---|---|
MFCheck |
MultiTracker.TrackerVars.failureCheck
The failure checker
|
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.
|