Loading...
Searching...
No Matches
cv::face::CParams Struct Reference
#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 | |
| CascadeClassifier | face_cascade |
| Size | maxSize |
| Maximum possible object size. | |
| int | minNeighbors |
| Parameter specifying how many neighbors each candidate rectangle should have to retain it. | |
| Size | minSize |
| Minimum possible object size. | |
| double | scaleFactor |
| Parameter specifying how much the image size is reduced at each image scale. | |
Constructor & Destructor Documentation
◆ CParams()
| cv::face::CParams::CParams | ( | String | cascade_model, |
| double | sf = 1.1, |
||
| int | minN = 3, |
||
| Size | minSz = Size(30, 30), |
||
| Size | maxSz = Size() |
||
| ) |
Member Data Documentation
◆ cascade
| String cv::face::CParams::cascade |
the face detector
◆ face_cascade
| CascadeClassifier cv::face::CParams::face_cascade |
◆ maxSize
| Size cv::face::CParams::maxSize |
Maximum possible object size.
◆ minNeighbors
| int cv::face::CParams::minNeighbors |
Parameter specifying how many neighbors each candidate rectangle should have to retain it.
◆ minSize
| Size cv::face::CParams::minSize |
Minimum possible object size.
◆ scaleFactor
| double cv::face::CParams::scaleFactor |
Parameter specifying how much the image size is reduced at each image scale.
The documentation for this struct was generated from the following file:
- opencv2/face/facemark_train.hpp
1.9.6