Desktop c++ application on providing digital watermarking features, such as creating, embedding, validating digital watermark in images
-
This projects contains c++ library CImg for image processing. And for using this project with this library you need:
- Magick++
- X11
-
Compiler: gcc or g++ with std11
-
Qt-libraries
git clone https://github.com/IlyaMarkovMipt/DigitalWatermarking.git
cd DigitalWatermarking
cmake .
make
./Debug/WatermarkEngine
Must be obvious, but if needed, I can add screenshots of usage here.