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
- Host: GitHub
- URL: https://github.com/codewhiteweb/opencv-python-beginner-programs
- Owner: CodeWhiteWeb
- License: mit
- Created: 2022-09-11T16:03:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T16:05:08.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:39:42.286Z (12 months ago)
- Topics: beginner-friendly, cv2, opencv, opencv-python, opencv2, python
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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