https://github.com/anubagre/imageprocessing_using_opencv
A Python-based project that offers a suite of scripts for performing various image processing tasks. Leveraging the powerful OpenCV library, it includes tools for image property retrieval, format conversion, resizing, rotation, and saving. It is deal for both beginners and professionals who are exploring the realm of images.
https://github.com/anubagre/imageprocessing_using_opencv
cv2 image image-processing opencv python
Last synced: 3 months ago
JSON representation
A Python-based project that offers a suite of scripts for performing various image processing tasks. Leveraging the powerful OpenCV library, it includes tools for image property retrieval, format conversion, resizing, rotation, and saving. It is deal for both beginners and professionals who are exploring the realm of images.
- Host: GitHub
- URL: https://github.com/anubagre/imageprocessing_using_opencv
- Owner: anubagre
- Created: 2025-01-26T17:16:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T09:56:21.000Z (4 months ago)
- Last Synced: 2025-03-24T11:14:07.443Z (3 months ago)
- Topics: cv2, image, image-processing, opencv, python
- Language: Python
- Homepage:
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageProcessing_Using_OpenCV
A collection of Python scripts for various image processing tasks using OpenCV. This repository includes:
- **Images/**: Folder containing sample images for testing.
- **getting_prop.py**: Script to get image properties.
- **img_conversion.py**: Script for image format conversion.
- **resizing.py**: Script to resize images.
- **rotation.py**: Script to rotate images to angle of particular degrees from center such as 90, 180 and 270.
- **saving_img.py**: Script to save processed images to local storage.
- **draw_onimg.py**: Script to save draw shapes such as circle, rectangle, ellipse and line of particular width and color on images.
- **text_onimg.py**: Script to add text on images.
- **requirements.txt**: List of dependencies required for the project.## About
**ImageProcessing_Using_OpenCV** is a Python-based project that offers a suite of scripts for performing various image processing tasks. Leveraging the powerful OpenCV library, it includes tools for image property retrieval, format conversion, resizing, rotation, and saving. Ideal for beginners and professionals alike who are exploring the realm of image processing.