OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/face/facemarkAAM.hpp>
Public Attributes | |
Mat | A |
gray values from all face region in the dataset, projected in PCA space More... | |
Mat | A0 |
average of gray values from all face region in the dataset More... | |
Mat | AA |
gray values from all erorded face region in the dataset, projected in PCA space More... | |
Mat | AA0 |
average of gray values from all erorded face region in the dataset More... | |
std::vector< Point2f > | base_shape |
basic shape, normalized to be fit in an image with current detection resolution More... | |
std::vector< int > | ind1 |
index of pixels for mapping process to obtains the grays values of face region More... | |
std::vector< int > | ind2 |
index of pixels for mapping process to obtains the grays values of eroded face region More... | |
int | max_m |
unused delete More... | |
Rect | resolution |
resolution of the current scale More... | |
std::vector< std::vector< Point > > | textureIdx |
index for warping of each delaunay triangle region constructed by 3 facemarks More... | |
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