OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::face::FacemarkAAM::Model::Texture 结构体参考

#include <opencv2/face/facemarkAAM.hpp>

cv::face::FacemarkAAM::Model::Texture 的协作图

公共属性

Mat A
 数据集中所有面部区域的灰度值,投影到 PCA 空间中
 
Mat A
 数据集中所有面部区域的平均灰度值
 
Mat AA
 数据集中所有腐蚀面部区域的灰度值,投影到 PCA 空间中
 
Mat AA0
 数据集中所有腐蚀面部区域的平均灰度值
 
std::vector< Point2fbase_shape
 基本形状,标准化为适应具有当前检测分辨率的图像
 
std::vector< int > ind1
 用于映射过程以获取面部区域灰度值的像素索引
 
std::vector< int > ind2
 用于映射过程以获取腐蚀面部区域灰度值的像素索引
 
int max_m
 未使用的删除
 
Rect resolution
 当前尺度的分辨率
 
std::vector< std::vector< Point > > textureIdx
 由 3 个面部标记构建的每个 Delaunay 三角形区域的扭曲索引
 

成员数据文档

◆ A

Mat cv::face::FacemarkAAM::Model::Texture::A

数据集中所有面部区域的灰度值,投影到 PCA 空间中

◆ A0

Mat cv::face::FacemarkAAM::Model::Texture::A0

数据集中所有面部区域的平均灰度值

◆ AA

Mat cv::face::FacemarkAAM::Model::Texture::AA

数据集中所有腐蚀面部区域的灰度值,投影到 PCA 空间中

◆ AA0

Mat cv::face::FacemarkAAM::Model::Texture::AA0

数据集中所有腐蚀面部区域的平均灰度值

◆ base_shape

std::vector<Point2f> cv::face::FacemarkAAM::Model::Texture::base_shape

基本形状,标准化为适应具有当前检测分辨率的图像

◆ ind1

std::vector<int> cv::face::FacemarkAAM::Model::Texture::ind1

用于映射过程以获取面部区域灰度值的像素索引

◆ ind2

std::vector<int> cv::face::FacemarkAAM::Model::Texture::ind2

用于映射过程以获取腐蚀面部区域灰度值的像素索引

◆ max_m

int cv::face::FacemarkAAM::Model::Texture::max_m

未使用的删除

◆ resolution

Rect cv::face::FacemarkAAM::Model::Texture::resolution

当前尺度的分辨率

◆ textureIdx

std::vector<std::vector<Point> > cv::face::FacemarkAAM::Model::Texture::textureIdx

由 3 个面部标记构建的每个 Delaunay 三角形区域的扭曲索引


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