-2

I am a newbie in python. I am working on a real time facial expression detection project. For the first module, my aim is to detect the face. Is there any way to detect face without using any predefined classifiers(Haar Cascade)? Is there any algorithm to implement the Haar cascade in my own way?

1 Answers1

0

Ypu can use [Haar Cascades]:http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html Hope this helps.

sree kumar
  • 44
  • 7