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%E2%80%93Jones_object_detection_framework
- Local binary patterns (LBP) is a type of feature used for classification in computer vision https://en.wikipedia.org/wiki/Local_binary_patterns 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