#include <opencv2/face/facemarkAAM.hpp>
|
| Params () |
| Constructor.
|
|
void | read (const FileNode &) |
| Read parameters from file, currently unused.
|
|
void | write (FileStorage &) const |
| Read parameters from file, currently unused.
|
|
◆ Params()
cv::face::FacemarkAAM::Params::Params |
( |
| ) |
|
◆ 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.
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 |
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: