Skip to content

face

All modules / face

face_BasicFaceRecognizerclass

base for two classes

face_BIFclass

Implementation of bio-inspired features (BIF) from the paper:

face_BIF_createfunction

Create an owned face_BIF instance with the supplied configuration.

face_createFacemarkAAMfunction

Facemark

face_createFacemarkKazemifunction

construct a Kazemi facemark detector

face_createFacemarkLBFfunction

construct an LBF facemark detector

face_drawFacemarksfunction

Utility to draw the detected facial landmark points

face_EigenFaceRecognizerclass

face eigen face recognizer value in the OpenCV API.

face_EigenFaceRecognizer_createfunction

Create an owned face_EigenFaceRecognizer instance with the supplied configuration.

face_Facemarkclass

Abstract base class for all facemark models

face_FacemarkAAMclass

face facemark aam value in the OpenCV API.

face_FacemarkKazemiclass

face facemark kazemi value in the OpenCV API.

face_FacemarkLBFclass

face facemark lbf value in the OpenCV API.

face_FacemarkTrainclass

Abstract base class for trainable facemark models

face_FaceRecognizerclass

Abstract base class for all face recognition models

face_FisherFaceRecognizerclass

face fisher face recognizer value in the OpenCV API.

face_FisherFaceRecognizer_createfunction

Create an owned face_FisherFaceRecognizer instance with the supplied configuration.

face_getFacesHAARfunction

Default face detector

face_LBPHFaceRecognizerclass

face lbphface recognizer value in the OpenCV API.

face_LBPHFaceRecognizer_createfunction

Create an owned face_LBPHFaceRecognizer instance with the supplied configuration.

face_loadDatasetListfunction

A utility to load list of paths to training image and annotation file.

face_loadFacePointsfunction

A utility to load facial landmark information from a given file.

face_loadTrainingDatafunction

A utility to load facial landmark dataset from a single file.

face_loadTrainingData1function

A utility to load facial landmark information from the dataset.

face_loadTrainingData2function

This function extracts the data for training from .txt files which contains the corresponding image name and landmarks.

face_MACEclass

Minimum Average Correlation Energy Filter

face_MACE_createfunction

face_MACE_create: constructor

face_MACE_loadfunction

face_MACE_load: constructor

face_PredictCollectorclass

Abstract base class for all strategies of prediction result handling

face_StandardCollectorclass

Default predict collector

face_StandardCollector_createfunction

Static constructor