How to use MediaPipe and Python to perform face landmarks estimation.
Python OpenCV: Splitting video into frames
How to split a video into frames, using Python and OpenCV
Python MediaPipe: track finger regarding region of interest
How to check if the index finger of a hand detected in an image stream is inside a given area. We will be using Python, OpenCV and MediaPipe.
Python MediaPipe: real-time hand tracking and landmarks estimation
How to perform real-time hand tracking and landmarks estimation using Python, OpenCV and MediaPipe.
Python OpenCV: detect cat faces
How to detect cat faces with Python and OpenCV
Python: Hand landmark estimation with MediaPipe
How to obtain hand landmarks from an image, using Python, MediaPipe and OpenCV.
Python dlib: face landmarks detection
How to use dlib and Python to detect face landmarks in an image.
Python dlib: face detection
How to use dlib and Python to perform face detection in images.
ESP32 camera: face detection
In this tutorial we will learn how to detect faces using the ESP32 and a camera.
Python OpenCV: Converting camera video to black and white
How to obtain video from a webcam and convert it to black and white, using OpenCV and Python.