ignabelitzky / image-editor

Image editor made in Qt and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Editor

Image editor made in Qt using OpenCV

Getting started

To compile the Image Editor application you should open the file ImageEditor.pro with Qt Creator and use the "Desktop Qt 6.3.1 GCC" Kit also you need to build the plugins and put the *.so files generated into the same location as the executable under a directory named plugins.

Little clip of the application

Source

The majority of the code was extracted from "Qt 5 and OpenCV 4 Computer Vision - Projects" by Zhuo Qingliang

License

GNU General Public License v3.0

About

Image editor made in Qt and OpenCV

License:GNU General Public License v3.0


Languages

Language:C++ 35.4%Language:Makefile 28.2%Language:C 27.6%Language:QMake 8.8%