This repository contains various OpenCV-related Python scripts demonstrating different computer vision tasks.
- Face Detection: Detect faces in images or video streams using OpenCV.
- Motion Detection: Detect motion in video files or camera feeds.
- Geometric Shape Detection: Identify and detect geometric shapes in images.
- Image Thresholding: Perform image thresholding to segment objects in an image.
- Gradient: Explore gradients in images for edge detection.
- Hough Transform: Detect lines and circles using Hough Transform.
- Template Matching: Find a template image within a larger image.
To set up the project, clone the repository and install the dependencies:
git clone https://github.com/username/opencv-project.git
cd opencv-project
pip install -r requirements.txt