![]() |
OpenCV
4.1.0
Open Source Computer Vision
|
#include <opencv2/face/facemark_train.hpp>
Public Member Functions | |
CParams (String cascade_model, double sf=1.1, int minN=3, Size minSz=Size(30, 30), Size maxSz=Size()) | |
Public Attributes | |
String | cascade |
the face detector More... | |
CascadeClassifier | face_cascade |
Size | maxSize |
Maximum possible object size. More... | |
int | minNeighbors |
Parameter specifying how many neighbors each candidate rectangle should have to retain it. More... | |
Size | minSize |
Minimum possible object size. More... | |
double | scaleFactor |
Parameter specifying how much the image size is reduced at each image scale. More... | |
cv::face::CParams::CParams | ( | String | cascade_model, |
double | sf = 1.1 , |
||
int | minN = 3 , |
||
Size | minSz = Size(30, 30) , |
||
Size | maxSz = Size() |
||
) |
String cv::face::CParams::cascade |
the face detector
CascadeClassifier cv::face::CParams::face_cascade |
Size cv::face::CParams::maxSize |
Maximum possible object size.
int cv::face::CParams::minNeighbors |
Parameter specifying how many neighbors each candidate rectangle should have to retain it.
Size cv::face::CParams::minSize |
Minimum possible object size.
double cv::face::CParams::scaleFactor |
Parameter specifying how much the image size is reduced at each image scale.