OpenCV  4.1.0
Open Source Computer Vision
Public Attributes | List of all members
cv::face::FacemarkAAM::Model::Texture Struct Reference

#include <opencv2/face/facemarkAAM.hpp>

Public Attributes

Mat A
 gray values from all face region in the dataset, projected in PCA space
 
Mat A0
 average of gray values from all face region in the dataset
 
Mat AA
 gray values from all erorded face region in the dataset, projected in PCA space
 
Mat AA0
 average of gray values from all erorded face region in the dataset
 
std::vector< Point2fbase_shape
 basic shape, normalized to be fit in an image with current detection resolution
 
std::vector< int > ind1
 index of pixels for mapping process to obtains the grays values of face region
 
std::vector< int > ind2
 index of pixels for mapping process to obtains the grays values of eroded face region
 
int max_m
 unused delete
 
Rect resolution
 resolution of the current scale
 
std::vector< std::vector< Point > > textureIdx
 index for warping of each delaunay triangle region constructed by 3 facemarks
 

Member Data Documentation

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

gray values from all face region in the dataset, projected in PCA space

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

average of gray values from all face region in the dataset

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

gray values from all erorded face region in the dataset, projected in PCA space

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

average of gray values from all erorded face region in the dataset

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

basic shape, normalized to be fit in an image with current detection resolution

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

index of pixels for mapping process to obtains the grays values of face region

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

index of pixels for mapping process to obtains the grays values of eroded face region

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

unused delete

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

resolution of the current scale

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

index for warping of each delaunay triangle region constructed by 3 facemarks


The documentation for this struct was generated from the following file: