Skip to content

Mahnoor0000/opencv-code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Project

This repository contains various OpenCV-related Python scripts demonstrating different computer vision tasks.

Features

  • 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.

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages