LauzHack 2019

This page contains resources for Logitech challenge at LauzHack. Have fun!

View on GitHub

Face Landmarks detection

Code sample is located in here.

This is a quick example of how to use face detection together with facial landmarks detection. Having facial landmarks you can estimate the head position in 3D space. This is also a first step to implement an eye tracking system. You already know where are the eyes. There are simple ways to estimate the gaze direction.

To run this is C++ code, you will need Visual Studio 2019.

Download a fully configured project here (includes OpenCV libs for Windows)

To build this code, you will need to build the OpenCV library for Windows, Mac OS or Linux.