OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members
cv::face::FacemarkAAM::Model::Texture Struct Reference

#include <opencv2/face/facemarkAAM.hpp>

Collaboration diagram for cv::face::FacemarkAAM::Model::Texture:

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

◆ A

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

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

◆ A0

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

average of gray values from all face region in the dataset

◆ AA

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

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

◆ AA0

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

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

◆ base_shape

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

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

◆ ind1

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

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

◆ ind2

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

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

◆ max_m

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

unused delete

◆ resolution

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

resolution of the current scale

◆ textureIdx

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: