In this article I will explain my project “EyeDraw”, showing you how to use computer vision algorithms to draw simple pictures by moving the cursor on the screen with your eyes. You can find the source code with instructions to run it in my github repository.
I have used three simple but effective algorithms:

  • Haar Cascade Detection for_ Face Detection_
  • Blob Detection for Pupils Detection
  • Homography to map eye and cursor positions

The project is written in Python and uses the OpenCV library for the algorithmic part.

#opencv #face-detection-software #computer-vision #python #eye-tracking

EyeDraw — How to draw with your eyes using Computer  Vision
1.40 GEEK