/image-tools

This repository has some interesting image tools from opencv . This repository is built using opencv and drogon C++

Primary LanguageC++MIT LicenseMIT

image-tools

This repository has some interesting image tools from opencv. The web console is built using Drogon C++ Web Framework

Building The Repo

  • 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