OpenCV453
公開メンバ関数 | 公開変数類 | 全メンバ一覧
cv::face::CParams 構造体

公開メンバ関数

CV_EXPORTS CParams (String cascade_model, double sf=1.1, int minN=3, Size minSz=Size(30, 30), Size maxSz=Size())
 

公開変数類

String cascade
 the face detector
 
double scaleFactor
 Parameter specifying how much the image size is reduced at each image scale.
 
int minNeighbors
 Parameter specifying how many neighbors each candidate rectangle should have to retain it.
 
Size minSize
 Minimum possible object size.
 
Size maxSize
 Maximum possible object size.
 
CascadeClassifier face_cascade
 

この構造体詳解は次のファイルから抽出されました: