Package | Description |
---|---|
org.openimaj.image.model.pixel | |
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
Modifier and Type | Class and Description |
---|---|
class |
HistogramPixelModel
An
MBFPixelClassificationModel that classifies an individual pixel by
comparing it to a joint (colour) histogram. |
class |
OrthotopePixelModel
Model of an orthotope/hyperrectangle/box in space.
|
class |
SingleGaussianPixelModel
An
MBFPixelClassificationModel that classifies an individual pixel by
comparing it to a CachingMultivariateGaussian . |
Modifier and Type | Method and Description |
---|---|
MBFPixelClassificationModel |
SandeepFaceDetector.getSkinModel() |
Modifier and Type | Method and Description |
---|---|
void |
SandeepFaceDetector.setSkinModel(MBFPixelClassificationModel skinModel)
Set the underlying skin-tone classifier
|
Constructor and Description |
---|
SandeepFaceDetector(MBFPixelClassificationModel skinModel)
Construct the detector with the given pixel classification model.
|