OpenCV
3.4.14
Open Source Computer Vision
|
#include <opencv2/face/face_alignment.hpp>
Public Member Functions | |
Params () | |
Constructor. More... | |
Public Attributes | |
unsigned long | cascade_depth |
cascade_depth This stores the deapth of cascade used for training. More... | |
String | configfile |
configfile stores the name of the file containing the values of training parameters More... | |
float | lambda |
lambda stores a value to calculate probability of closeness of two coordinates. More... | |
float | learning_rate |
learning_rate stores the learning rate in gradient boosting, also referred as shrinkage. More... | |
unsigned long | num_test_coordinates |
num_test_coordinates stores number of test coordinates. More... | |
unsigned long | num_test_splits |
num_test_splits stores number of random test splits generated. More... | |
unsigned long | num_trees_per_cascade_level |
num_trees_per_cascade_level This stores number of trees fit per cascade level. More... | |
unsigned long | oversampling_amount |
oversampling_amount stores number of initialisations used to create training samples. More... | |
unsigned long | tree_depth |
tree_depth This stores the max height of the regression tree built. More... | |
cv::face::FacemarkKazemi::Params::Params | ( | ) |
Constructor.
unsigned long cv::face::FacemarkKazemi::Params::cascade_depth |
cascade_depth This stores the deapth of cascade used for training.
String cv::face::FacemarkKazemi::Params::configfile |
configfile stores the name of the file containing the values of training parameters
float cv::face::FacemarkKazemi::Params::lambda |
lambda stores a value to calculate probability of closeness of two coordinates.
float cv::face::FacemarkKazemi::Params::learning_rate |
learning_rate stores the learning rate in gradient boosting, also referred as shrinkage.
unsigned long cv::face::FacemarkKazemi::Params::num_test_coordinates |
num_test_coordinates stores number of test coordinates.
unsigned long cv::face::FacemarkKazemi::Params::num_test_splits |
num_test_splits stores number of random test splits generated.
unsigned long cv::face::FacemarkKazemi::Params::num_trees_per_cascade_level |
num_trees_per_cascade_level This stores number of trees fit per cascade level.
unsigned long cv::face::FacemarkKazemi::Params::oversampling_amount |
oversampling_amount stores number of initialisations used to create training samples.
unsigned long cv::face::FacemarkKazemi::Params::tree_depth |
tree_depth This stores the max height of the regression tree built.