Best way to detect that eyes are closed.
What is the best way to detect that eyes are closed or open? I currently use haar to detect face. second step i flandmark to find "exact" position of one of the eyes.
When I have the position of the eye I extract it and use some nice opencv methods.
The results:
Open eye:
closed eye:
The images are enlarged (3x), and are not that blurry in reality.
Is there any nice way to continue from here to distinguish between an open eye and closed eye?
Thanks!