In this tutorial, we will see how to create a blink detector/counter using Dlib, Python, and OpenCV. We will first use the face detector from Dlib to detect faces in a video. Then we will use the shape predictor from Dlib to determine the location ...
In this tutorial, we are going to use OpenCV and Python to automatically read and grade bubble test sheets. This is a beginner tutorial, so we will start the project from scratch while discussing each step.