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 OpenCV: how to draw rectangles on an image
How to draw rectangles on an image, using Python and OpenCV.
Python OpenCV: How to draw text on an image
How to draw text on an image, using Python and OpenCV.
Python Opencv: How to blend images
How to blend images with OpenCV and Python.
Python OpenCV: How to add a slider to a window
How to add a slider to a OpenCV window, using Python.
Python OpenCV mouse events
How to get started handling OpenCV mouse events, in Python.
Python OpenCV: Copy image
How to copy an image in OpenCV, using Python.
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.