==============
Open Source Image Processing Program
This project is using Qt5 and OpenCV.
First install CMake, Qt5, OpenCV.
Then build and run.
git clone https://github.com/lenna-project/lenna
cd lenna
mkdir build
cd build
cmake ..
make
./bin/lenna
make snap
Contributions are always welcome!
This software is licensed under the MIT © lenna-project.