Namespace OpenCvSharp.Face
Classes
- 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
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.Params
DisposableObject + ICvPtrHolder
- FacemarkLBF
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
- FacemarkLBF.Params
DisposableObject + ICvPtrHolder
- 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.