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 三角形區域的扭曲索引


此結構體的文件是從以下檔案生成的