This repository has some interesting image tools from opencv. The web console is built using Drogon C++ Web Framework
- Install Drogon, follow the instructions here Install Drogon
- Install OpenCV follow the instructions here Install OpenCV
- Install gtk library libcanberra by running the following command
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
- Follow the steps shown below to build
git clone https://github.com/selvakumarjawahar/image-tools.git
cd image-tools
mkdir build
cd build
cmake ..
make
./image-tools