Ask Your Question

SunHwan's profile - activity

2020-11-14 05:44:47 -0600 received badge  Student (source)
2018-12-04 20:20:26 -0600 marked best answer why it cannot detect some profile face?

Hi all I was trying to detect profile face. I found it's possible to detect it using haarcascade_profileface.xml. But I confirmed it could only detect a left-side face. How can It detect the other side face?

Here is a example. The size of image is 960x703.


face_cascade = cv2.CascadeClassifier('haarcascade_profileface.xml')

faces = face_cascade.detectMultiScale(gray, 1.3, 5)

image description

image description

2018-12-04 20:20:26 -0600 received badge  Scholar (source)
2018-12-04 20:20:24 -0600 commented answer why it cannot detect some profile face?

Okay. Thank you to answer :)

2018-12-04 19:40:39 -0600 asked a question why it cannot detect some profile face?

why it cannot detect some profile face? Hi all. I was trying to detect profile face. I found it's possible to detect it

2018-12-04 19:40:38 -0600 asked a question why it cannot detect some profile face?

why it cannot detect some profile face? Hi all I was trying to detect profile face. I found it's possible to detect it u