This repository contains beginner-friendly Computer Vision projects built using OpenCV and Python.
It covers fundamental image processing and real-time video operations, making it ideal for understanding the basics of computer vision.
- Image Read, Display & Save
- Grayscale Conversion
- Image Resizing using Imutils
- Gaussian Blur
- Binary Thresholding
- Webcam Video Streaming
- Python
- OpenCV
- Imutils
- NumPy
- Understanding image processing fundamentals
- Working with real-time video streams
- Applying filters and transformations
- Building base for advanced computer vision projects
--
git clone https://github.com/selvan-01/opencv-basic-projects.git
cd opencv-basic-projects
pip install -r requirements.txt