OpenCV 4.10.0
开源计算机视觉
|
拟合过程的可选参数。 更多...
#include <opencv2/face/facemarkAAM.hpp>
公共成员函数 | |
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 | model_scale_idx |
Mat | R |
float | scale |
Point2f | t |
拟合过程的可选参数。
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 |