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

https://github.com/biogui/simple-image-editor-with-opencv

A toy project involving image processing using Python/OpenCV module
https://github.com/biogui/simple-image-editor-with-opencv

image-editor opencv python

Last synced: 15 days ago
JSON representation

A toy project involving image processing using Python/OpenCV module

Awesome Lists containing this project

README

          

# Image Editor with OpenCV
[![Py3.8](https://img.shields.io/badge/Python-3.8-blueviolet.svg)](https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog)
[![OpenCV](https://img.shields.io/badge/openCV-4.3.0-blueviolet.svg)](https://opencv.org/opencv-4-3-0/)
[![license](https://img.shields.io/badge/license-MIT-blueviolet.svg)](https://github.com/biogui/simple-image-editor-with-openCV/blob/master/LICENSE)

Hi, I'm [Bio](https://github.com/biogui)!

And this is my fisrt personal project: a simple photo editor involving basic image processing using Python/OpenCV module

Thanks for testing, feedbacks are awesome! Feel free to contact me on telegram [here](https://t.me/gui_bio) :)

## Usage
Get the updated versions of Python and OpenCV module for python, if you don't have it just follow the tutorials linked below:
* [Python](https://realpython.com/installing-python/)
* [OpenCV](https://pypi.org/project/opencv-python/)

After that, clone the repository with:

    `$ git clone https://github.com/biogui/simple-image-editor-with-openCV ImageEditor`

Now, just run the following commands:

    `$ cd ImageEditor`

    `$ python imgEditor.py ...`

There are only three features in the program: resize, apply blur and apply a convolution filter. Just follow the instructions in the program and choose what will be done within that