OpenCV  3.4.3
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::face::FacemarkAAM::Params Struct Reference

#include "facemarkAAM.hpp"

Public Member Functions

 Params ()
 Constructor. More...
 
void read (const FileNode &)
 Read parameters from file, currently unused. More...
 
void write (FileStorage &) const
 Read parameters from file, currently unused. More...
 

Public Attributes

int m
 
int max_m
 
int max_n
 
std::string model_filename
 
int n
 
int n_iter
 
bool save_model
 
std::vector< float > scales
 
int texture_max_m
 
bool verbose
 

Constructor & Destructor Documentation

§ Params()

cv::face::FacemarkAAM::Params::Params ( )

Constructor.

Member Function Documentation

§ read()

void cv::face::FacemarkAAM::Params::read ( const FileNode )

Read parameters from file, currently unused.

§ write()

void cv::face::FacemarkAAM::Params::write ( FileStorage ) const

Read parameters from file, currently unused.

Member Data Documentation

§ m

int cv::face::FacemarkAAM::Params::m

§ max_m

int cv::face::FacemarkAAM::Params::max_m

§ max_n

int cv::face::FacemarkAAM::Params::max_n

§ model_filename

std::string cv::face::FacemarkAAM::Params::model_filename

§ n

int cv::face::FacemarkAAM::Params::n

§ n_iter

int cv::face::FacemarkAAM::Params::n_iter

§ save_model

bool cv::face::FacemarkAAM::Params::save_model

§ scales

std::vector<float> cv::face::FacemarkAAM::Params::scales

§ texture_max_m

int cv::face::FacemarkAAM::Params::texture_max_m

§ verbose

bool cv::face::FacemarkAAM::Params::verbose

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