Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Eye detection using OpenCV in python

I am working on a project for which I need to detect the position of eyes using webcam. All the project work is being done in python . Initially,I implemented the eye detection using the tutorial provided in the documentation of OpenCV. But the performance of that is very poor. It doesn't perform well if the person is wearing glasses on the eye. Sometimes it even detect the mouth as ey if you are speaking while looking at the webcam. Is there a way so that I can implement eye detection to the most accurate level in OpenCV (programming language preferred-Python) ?