Loading...
Searching...
No Matches
cv::face::FacemarkAAM::Config Struct Reference
Optional parameter for fitting process. More...
#include <opencv2/face/facemarkAAM.hpp>
Public Member Functions | |
Config (Mat rot=Mat::eye(2, 2, CV_32F), Point2f trans=Point2f(0.0f, 0.0f), float scaling=1.0f, int scale_id=0) | |
Public Attributes | |
int | model_scale_idx |
Mat | R |
float | scale |
Point2f | t |
Detailed Description
Optional parameter for fitting process.
Constructor & Destructor Documentation
◆ Config()
cv::face::FacemarkAAM::Config::Config | ( | Mat | rot = Mat::eye(2, 2, CV_32F) , |
Point2f | trans = Point2f(0.0f, 0.0f) , |
||
float | scaling = 1.0f , |
||
int | scale_id = 0 |
||
) |
Member Data Documentation
◆ model_scale_idx
int cv::face::FacemarkAAM::Config::model_scale_idx |
◆ R
Mat cv::face::FacemarkAAM::Config::R |
◆ scale
float cv::face::FacemarkAAM::Config::scale |
◆ t
Point2f cv::face::FacemarkAAM::Config::t |
The documentation for this struct was generated from the following file:
- opencv2/face/facemarkAAM.hpp