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
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.
- 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
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.
- 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.