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

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.

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.