All Basic Programs of OpenCV-Python to get started!
Install OpenCV
pip Install opencv-python| File Name | Used For/Content |
|---|---|
| 1 | Reading an image |
| 2 | Extracting the height and width of an image |
| 3 | Extracting the RGB values of a pixel |
| 4 | Extracting the Region of Interest (ROI) |
| 5 | Image Resizing |
| 6 | Image Cropping |
| 7 | Convert RGB Image to GrayScale Image |
| 8 | Convert an Image to Blur Image |
| 9 | Convert an Image to Canny Image |
| 10 | Rotate an Image |
| 11 | Drawing a Rectangle |
| 12 | Displaying text on Image |
| 13 | Read Video |
| 14 | Read Webcam |
Photo by frank mckenna on Unsplash
Contributions are always welcome!
open a pull Request to Contribute in this project and help beginner to learn