Category: OpenCV Tutorials

virtual puzzle game

OpenCV Project – Virtual Puzzle Game

Welcome to this virtual puzzle game. In this game, you will be solving a virtual jigsaw puzzle. The objective is to rearrange the shuffled puzzle pieces to recreate the original image. To play it,...

shooting game

Python OpenCV Project – Shooting Game

Welcome to this shooting game by TechVidvan! Get ready to test your shooting skills and precision. Your goal is to shoot total targets given by the game before you run out of bullets. Aim...

Python OpenCV Image Stitching – Stitch, Merge, and WOW

Image stitching is a technique used to merge multiple overlapping images into a single panoramic view. It’s commonly used in photography, virtual reality, surveillance, and mapping. The process involves aligning the overlapping parts of...

Python OpenCV Gesture Controlling Game Project

Gesture Controlling Game Using OpenCV is a cool technology that uses your hand movements to control a game. It uses a special computer program called OpenCV to detect your hand gestures through a camera...

Python OpenCV Background Subtraction Project

Background subtraction is a common technique used in computer vision to isolate moving objects in a video stream. It is widely used in applications such as surveillance, traffic monitoring, and sports analysis. In this...