OpenCV  4.3.0
Open Source Computer Vision
Classes | Namespaces | Functions
facemark.hpp File Reference
#include "opencv2/core.hpp"
#include <vector>

Classes

class  cv::face::Facemark
 Abstract base class for all facemark models. More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::face
 

Functions

Ptr< Facemark > cv::face::createFacemarkAAM ()
 construct an AAM facemark detector More...
 
Ptr< Facemark > cv::face::createFacemarkKazemi ()
 construct a Kazemi facemark detector More...
 
Ptr< Facemark > cv::face::createFacemarkLBF ()
 construct an LBF facemark detector More...