Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 :

  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

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 :

  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

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 :

  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