Skip to content

anshuman-dev/opencv-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Learning Workspace

This workspace is set up for learning and experimenting with OpenCV.

Setup

The virtual environment is already configured with:

  • OpenCV (opencv-python)
  • NumPy
  • Matplotlib

Activate Virtual Environment

source venv/bin/activate

Project Structure

opencv-learning/
├── projects/
│   ├── 01-basics/          # Basic OpenCV operations
│   ├── 02-image-processing/ # Image manipulation and filters
│   └── 03-video-capture/    # Video and webcam operations
├── data/
│   ├── images/             # Sample images
│   └── videos/             # Sample videos
└── venv/                   # Virtual environment

Getting Started

  1. Activate the virtual environment: source venv/bin/activate
  2. Start with the basics in projects/01-basics/
  3. Run Python files: python filename.py

Useful Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •