Virtual Keyboard 3 – Gaze controlled keyboard with Python and Opencv p.7
In the previous tutorial we learn how to create and display a virtual keyboard using opencv. We have now two files, a…
Virtual Keyboard 2 – Gaze controlled keyboard with Python and Opencv p.6
We will continue in this section with the creation of the Keyboard. We’re going to split the keyboard in two parts, so…
Virtual Keyboard – Gaze controlled keyboard with Python and Opencv p.5
We’re going to learn in this tutorial how to create a virtual keyboard using Opencv with Python. The idea is to display…
Eye Gaze detection 2 – Gaze controlled keyboard with Python and Opencv p.4
We’re going to learn in this tutorial how to detect the gaze, and more specifically to detect if the eyes are looking…
Eye Gaze detection 1 – Gaze controlled keyboard with Python and Opencv p.3
We are going to learn in this tutorial how to detect the gaze. Why do we need to detect the gaze? To…
Eye Blinking detection – Gaze controlled keyboard with Python and Opencv p.2
In this second part of the series “Gaze controlled keyboard” we’re going to detect when the Eye is blinking. We’re going to…
Eye detection – Gaze controlled keyboard with Python and Opencv p.1
In this new video series “Gaze controlled keyboard” we’re going to create and app to control the keyboard trough our eyes using…
Eye motion tracking – Opencv with Python
We’re going to learn in this tutorial how to track the movement of the eye using Opencv and Python. Studying the eye…
Real time shape detection – Opencv with Python 3
In this video tutorial we’re going to see how to detect shapes of geometric figures (like rectangles, triangles and circles) in a…