Namespace Emgu.CV.Face
Classes
- BIF
Implementation of bio-inspired features (BIF) from the paper: Guo, Guodong, et al. "Human age estimation using bio-inspired features." Computer Vision and Pattern Recognition, 2009. CVPR 2009.
- BasicFaceRecognizer
Basic Face Recognizer
- EigenFaceRecognizer
Eigen face recognizer
- FaceInvoke
Class that contains entry points for the Face module.
- FaceRecognizer
Face Recognizer
- FacemarkAAM
The Facemark AMM model
- FacemarkAAMParams
Parameters for the FacemarkAAM model
- FacemarkLBF
The FacemarkLBF model
- FacemarkLBFParams
Parameters for the FacemarkLBF model
- FisherFaceRecognizer
Fisher face recognizer
- LBPHFaceRecognizer
LBPH face recognizer
- MACE
Minimum Average Correlation Energy Filter useful for authentication with (cancellable) biometrical features. (does not need many positives to train (10-50), and no negatives at all, also robust to noise/salting)
Structs
- FaceRecognizer.PredictionResult
The prediction result
Interfaces
- IFacemark
Interface to the Facemark class