An open API service indexing awesome lists of open source software.

https://github.com/codewhiteweb/opencv-python-beginner-programs

OpenCV-Python Programs for Beginners in CV
https://github.com/codewhiteweb/opencv-python-beginner-programs

beginner-friendly cv2 opencv opencv-python opencv2 python

Last synced: 10 months ago
JSON representation

OpenCV-Python Programs for Beginners in CV

Awesome Lists containing this project

README

          

# OpenCV Starter
> All Basic Programs of OpenCV-Python to get started!

## Installation

Install OpenCV

```bash
pip Install opencv-python
```
## List Of all Programmes Covered

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

## Assets Credits
[Photo](https://unsplash.com/photos/OD9EOzfSOh0) by [frank mckenna](https://unsplash.com/@frankiefoto?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

[Video](https://www.pexels.com/video/a-scenic-view-of-beautiful-sunset-by-the-beach-7222009/) by [Kmeel](https://www.pexels.com/@kmeel/) on [Unsplash](https://www.pexels.com)
## Contributing

Contributions are always welcome!

open a `pull Request` to Contribute in this project and help beginner to learn