CloudsDocker / pyFacialRecognition

A facial recognition program
http://www.jianshu.com/p/9aef6f4db349
63 stars 63 forks source link

cv2.cv.CV_HAAR_SCALE_IMAGE no longer works #1

Open jajupmochi opened 5 years ago

jajupmochi commented 5 years ago

Hi, I think the flag cv2.cv.CV_HAAR_SCALE_IMAGE in line 5 no longer works in the latest cv2. It is replaced by cv2.CASCADE_SCALE_IMAGE.

xiaomaowei commented 4 years ago

Hi, I think the flag cv2.cv.CV_HAAR_SCALE_IMAGE in line 5 no longer works in the latest cv2. It is replaced by cv2.CASCADE_SCALE_IMAGE.

3q for this answer,i used opencv3.1.1.3 and it worked.