Few program that can serve as basic blocks for OpenCv projects.
Install the following libraries before proceeding
- pip install opencv-python
- pip install numpy
The Repo includes programs for
- Simple Image Reading using OpenCv
- Reading real-time video using Opencv
- Color Detection by adjusting HSV
- Color Detection from webcam video
- Contour/Shape Detection
- Use of Cv2 functions for filters and effects
- Face detection using pre-trained haarcascades models
- face detection from webcam
- Resizing and Cropping Images
- Inserting Shapes and Text on Images
- Warp Prespective
Feel free to add any other programs or templates that can be used in other projects.