Class cv::face::FacemarkAAM#
#include <opencv2/face/facemarkAAM.hpp>Collaboration diagram for cv::face::FacemarkAAM:
Public Member Functions#
Public Member Functions inherited from cv::face::FacemarkTrain
Return |
Name |
Description |
|---|---|---|
|
Add one training sample to the trainer. |
|
|
Get data from an algorithm. |
|
|
Detect faces from a given image using default or user defined face detector. Some Algorithm might not provide a default face detector. |
|
|
|
Set a user defined face detector for the Facemark algorithm. |
|
Trains a Facemark algorithm using the given dataset. Before the training process, training samples should be added to the trainer using face::addTrainingSample function. |
Public Member Functions inherited from cv::face::Facemark
Return |
Name |
Description |
|---|---|---|
|
|
Detect facial landmarks from an image. |
|
A function to load the trained model before the fitting process. |
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Constructor & Destructor Documentation#
~FacemarkAAM()#
cv::face::FacemarkAAM::~FacemarkAAM()
Member Function Documentation#
fitConfig()#
bool cv::face::FacemarkAAM::fitConfig(
InputArray image,
InputArray roi,
OutputArrayOfArrays _landmarks,
const std::vector< Config > & runtime_params )
overload with additional Config structures
create()#
static Ptr< FacemarkAAM > cv::face::FacemarkAAM::create(const FacemarkAAM::Params & parameters = FacemarkAAM::Params())
initializer
Source file#
The documentation for this class was generated from the following file:
opencv2/face/facemarkAAM.hpp