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?
Asked
Active
Viewed 109 times
1 Answers
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
-
i don't want any classifiers. Is there any way to implement them or any other way to detect face? – user8791111 Mar 27 '18 at 08:26
-
i'm sorry mate. I dont know any other ways. – sree kumar Mar 27 '18 at 08:30