Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 748 Bytes

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