OpenCV
4.10.0-dev
Open Source Computer Vision
|
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 |
Optional parameter for fitting process.
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 |
||
) |
int cv::face::FacemarkAAM::Config::model_scale_idx |
Mat cv::face::FacemarkAAM::Config::R |
float cv::face::FacemarkAAM::Config::scale |
Point2f cv::face::FacemarkAAM::Config::t |