(四)OpenCV级联分类器训练与使用_02_Haar与LBP级联分类器使用
OpenCV中的HAAR与LBP数据 HAAR特征数据 LBP特征数据 数据格式XML #include #include using namespace std; using namespace cv; String Face_fileName = haarcascade_frontalface_alt.xml;//opencv自带训练好的人脸识别级联器 String Eye_fileName = haarcascade_eye_tree_eyeglasses.xml;//opencv自带训练好的人眼识别级联器 CascadeClassifier face_cascade;//人脸
下载地址
用户评论