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
- Host: GitHub
- URL: https://github.com/biogui/simple-image-editor-with-opencv
- Owner: biogui
- License: mit
- Created: 2020-08-10T14:43:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T21:25:50.000Z (about 5 years ago)
- Last Synced: 2025-02-28T11:45:46.188Z (over 1 year ago)
- Topics: image-editor, opencv, python
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Editor with OpenCV
[](https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog)
[](https://opencv.org/opencv-4-3-0/)
[](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