OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
没有匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::face::FacemarkAAM::Config 结构体参考

拟合过程的可选参数。 更多...

#include <opencv2/face/facemarkAAM.hpp>

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 model_scale_idx
 
Mat R
 
float scale
 
Point2f t
 

详细描述

拟合过程的可选参数。

构造函数和析构函数文档

◆ 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 
)

成员数据文档

◆ 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

该结构体的文档从以下文件生成