Table of Contents

Namespace OpenCvSharp.Face

Classes

BIF

Computes bio-inspired features used by age-estimation models.

BasicFaceRecognizer

base for two FaceRecognizer classes

EigenFaceRecognizer

base for two FaceRecognizer classes

FaceRecognizer

Abstract base class for all face recognition models. All face recognition models in OpenCV are derived from the abstract base class FaceRecognizer, which provides a unified access to all face recongition algorithms in OpenCV.

Facemark

Abstract base class for all facemark models.

All facemark models in OpenCV are derived from the abstract base class Facemark, which provides a unified access to all facemark algorithms in OpenCV. To utilize this API in your program, please take a look at the @ref tutorial_table_of_content_facemark

FacemarkAAM

Base class for trainable facemark models.

FacemarkAAM.Params

Parameters for the FacemarkAAM model. This is a plain managed value holder; it is materialised into a native cv::face::FacemarkAAM::Params only at the moment of Create / Read / Write.

FacemarkKazemi

Ensemble-of-regression-trees facemark implementation.

FacemarkKazemi.Params

Parameters controlling Kazemi model training.

FacemarkLBF

Base class for trainable facemark models.

FacemarkLBF.Params

Parameters for the FacemarkLBF model. This is a plain managed value holder; it is materialised into a native cv::face::FacemarkLBF::Params only at the moment of Create / Read / Write.

FacemarkTrain

Base class for trainable facemark models.

FisherFaceRecognizer

base for two FaceRecognizer classes

LBPHFaceRecognizer

Abstract base class for all face recognition models. All face recognition models in OpenCV are derived from the abstract base class FaceRecognizer, which provides a unified access to all face recongition algorithms in OpenCV.

MACE

Minimum Average Correlation Energy filter for face verification.

PredictCollector

Base class for face-recognition prediction result collectors.

StandardCollector

Default collector that tracks the minimum distance subject to a threshold.

Structs

FacemarkAAM.Config

Runtime pose and scale configuration for fitting one face.

PredictResult

A collected face-recognition label and distance.

Delegates

FacemarkFaceDetector

Detects face rectangles from an image for a facemark model.