Best Face and eye detection algorithms for opencv
i'm working on face and eye detection (no recognition needed) using opencv , and i've found some algorithms that i can use :
- Viola–Jones object detection framework : This algorithm is implemented in OpenCV as cvHaarDetectObjects(). https://en.wikipedia.org/wiki/Viola%E...
- Local binary patterns (LBP) is a type of feature used for classification in computer vision https://en.wikipedia.org/wiki/Local_b... 3.....
i'm just a newbie and i want to know what is the best algorithm (in term of speed and performance and precision ) for face and especially eye detection (i want to use it also in the detection of eye direction) using opencv :) thanks a lot
It reminds me of one of my project while I was studying. First let me ask you something. What do you mean by direction ? If you meant iris position, you can detect eye and take iris template at the start of the program and later do template matching in your region of interest and keep track of the iris. Hope it helps.
thanks a lot yes it's about iris detectttion but i don't know if that is possible and where can i start ... plz can you send me the refrerences you have used in your project ... here is my email : [email protected]
better tags for the question will be usefull
@dastaan90 please respond , @pklab i have added some thanks