Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

Best Face and eye detection algorithms for opencv

$
0
0
i'm working on face and eye detection (no recognition needed) using opencv , and i've found some algorithms that i can use : 1. 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 2. 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

Viewing all articles
Browse latest Browse all 41027

Trending Articles