Detect head using Haar Cascade, wont detect tilted head?

asked 2020-07-02 13:24:25 -0600

alan89 gravatar image

Hi all,

I am very new to OpenCV and computer vision. However I have managed to make a simple android app that detects faces/eyes. I have designed a template that draws around the face, eyes, pupils and iris. The problem is, if I tilt my head slightly to one side of the other (still directly facing the camera) the detection stops. My goal of the app is to detect when the head tilts right or left to then control the scroll of a pdf file. Does anyone know why it is not detecting faces that are slightly tilted? Is there a work around or another Haar cascade I should be using? Many thanks!

edit retag flag offensive close merge delete

Comments

1

Forget about Haar cascade.

Completely obsolete nowadays for object detection. Look at deep learning topics.

Eduardo gravatar imageEduardo ( 2020-07-03 04:29:45 -0600 )edit